X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_parse_option.h;h=3dd0a79260f5ade88ec8f8b3395ab3b67a848d66;hb=0d9f395599348e735e6f461e1c328293bef0d060;hp=885a6a33d263dfe1dd3429e209dc4484bf7a307d;hpb=791e99923dbbf045b11fbd7b0ea8df647e29593e;p=collectd.git diff --git a/src/utils_parse_option.h b/src/utils_parse_option.h index 885a6a33..3dd0a792 100644 --- a/src/utils_parse_option.h +++ b/src/utils_parse_option.h @@ -27,9 +27,7 @@ #ifndef UTILS_PARSE_OPTION #define UTILS_PARSE_OPTION 1 -int parse_string (char **ret_buffer, char **ret_string); -int parse_option (char **ret_buffer, char **ret_key, char **ret_value); +int parse_string(char **ret_buffer, char **ret_string); +int parse_option(char **ret_buffer, char **ret_key, char **ret_value); #endif /* UTILS_PARSE_OPTION */ - -/* vim: set sw=2 ts=8 tw=78 et : */