X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdictionary.h;h=e8f6fb170b662b853447ff0d8b5ad876e01eaed8;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=570ee4620b8f2920048cd24279caccfcd36dbd83;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/data/dictionary.h b/src/data/dictionary.h index 570ee462..e8f6fb17 100644 --- a/src/data/dictionary.h +++ b/src/data/dictionary.h @@ -90,7 +90,7 @@ bool dict_rename_vars (struct dictionary *, struct ccase; struct variable *dict_get_weight (const struct dictionary *); -double dict_get_case_weight (const struct dictionary *, +double dict_get_case_weight (const struct dictionary *, const struct ccase *, bool *); void dict_set_weight (struct dictionary *, struct variable *); @@ -125,7 +125,7 @@ const char *dict_get_label (const struct dictionary *); void dict_set_label (struct dictionary *, const char *); /* Fixed length of lines in dictionary documents. */ -#define DOC_LINE_LENGTH 80 +#define DOC_LINE_LENGTH 80 const char *dict_get_documents (const struct dictionary *); void dict_set_documents (struct dictionary *, const char *);