X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=client-src%2Fclient_util.h;h=7d56768e31c3a6622cdf3dbb6a74e8abb5115434;hb=410e1914f1e53a812bcbb4601c90b9506f98ace1;hp=e31392f6fa9f16fe8a16edf335fd782445439532;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e;p=debian%2Famanda diff --git a/client-src/client_util.h b/client-src/client_util.h index e31392f..7d56768 100644 --- a/client-src/client_util.h +++ b/client-src/client_util.h @@ -104,14 +104,6 @@ void parse_options(char *str, am_feature_t *features, int verbose); -/* Count the size of an ARGV to store all properties of an application for - * a dle. include/exclude options are converted to properties. - * - * @param dle: the dle - * @returns: size of an ARGV needed. - */ -int application_property_argv_size(dle_t *dle); - /* Add all properties of an application for a dle to an ARGV. * include/exclude options are converted to properties. *