X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdictionary.h;h=a1b17bb70c4724cf8043984e480462bca6b83d08;hb=ecd26ec19e9f8a58079a1c5fa06b39484787ab7e;hp=7a40e0dc5f820f6348aa9976bea6e85754e5aed9;hpb=9cb85c5eb1b0e041f4b7b7f1c5ab9cce55de524f;p=pspp-builds.git diff --git a/src/data/dictionary.h b/src/data/dictionary.h index 7a40e0dc..a1b17bb7 100644 --- a/src/data/dictionary.h +++ b/src/data/dictionary.h @@ -39,6 +39,8 @@ struct dictionary *dict_create (void); struct dictionary *dict_clone (const struct dictionary *); void dict_set_callbacks (struct dictionary *, const struct dict_callbacks *, void *); +void dict_copy_callbacks (struct dictionary *, const struct dictionary *); + void dict_clear (struct dictionary *); void dict_clear_aux (struct dictionary *);