X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvar.h;h=63296b9f4b35c6554e3c244c12d9c934a05b2110;hb=e35ff8ccb29404f2098e6f2fccace1c99c61b7be;hp=f13606be9f546ebf8b14c143d6b0c5ab0de317aa;hpb=05e356b2a3087e819ef3b5388e29c822f41502e1;p=pspp-builds.git diff --git a/src/var.h b/src/var.h index f13606be..63296b9f 100644 --- a/src/var.h +++ b/src/var.h @@ -107,6 +107,9 @@ bool var_is_valid_name (const char *, bool issue_error); int compare_var_names (const void *, const void *, void *); unsigned hash_var_name (const void *, void *); +/* Destroy and free up an nte */ +void free_nte(struct name_table_entry *nte); + unsigned hash_long_name (const void *e_, void *aux UNUSED) ; int compare_long_names(const void *a_, const void *b_, void *aux);