X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdata%2Fcase-map.h;h=13e2ef190f4a0f79716bf3d3d40a4da99f8b05e8;hb=54b3aa8432383287c75b9baf954b7bf887126a0c;hp=0e9970a873c13bc8e1fb5bbb60618838b61896a5;hpb=016e159c842c81a26b32b4e220fd5fb1edfde049;p=pspp diff --git a/src/data/case-map.h b/src/data/case-map.h index 0e9970a873..13e2ef190f 100644 --- a/src/data/case-map.h +++ b/src/data/case-map.h @@ -32,7 +32,7 @@ struct casewriter; struct ccase; struct dictionary; -struct case_map *case_map_create (void); +struct case_map *case_map_clone (const struct case_map *); void case_map_destroy (struct case_map *); struct ccase *case_map_execute (const struct case_map *, struct ccase *);