X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dict.h;h=4deabcaf8f07a05408819d65901364f4c2bf2ceb;hb=50652d204ce6aae87f6a165a499cf5d460f1f557;hp=53b09f41a74d39a0165acfa77f83285a5499e248;hpb=1173dd76c5e0a4f85f45cdc9d95b5be43aa552d3;p=pspp diff --git a/src/ui/gui/psppire-dict.h b/src/ui/gui/psppire-dict.h index 53b09f41a7..4deabcaf8f 100644 --- a/src/ui/gui/psppire-dict.h +++ b/src/ui/gui/psppire-dict.h @@ -90,7 +90,8 @@ struct variable * psppire_dict_get_variable (const PsppireDict *d, gint idx); void psppire_dict_delete_variables (PsppireDict *d, gint first, gint n); /* Insert a new variable at posn IDX */ -void psppire_dict_insert_variable (PsppireDict *d, gint idx, const gchar *name); +struct variable *psppire_dict_insert_variable (PsppireDict *d, gint idx, + const gchar *name); void psppire_dict_resize_variable (PsppireDict *, const struct variable *,