From 3fc9dd157bb761c82718e1bc48543394da14db00 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 9 Jun 2010 13:10:52 +0200 Subject: [PATCH] src/common.h: Add some documentation for "strtoderive". --- src/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common.h b/src/common.h index c0bea36e..229f7098 100644 --- a/src/common.h +++ b/src/common.h @@ -291,6 +291,8 @@ counter_t counter_diff (counter_t old_value, counter_t new_value); * (in the range [1-65535]). Returns less than zero on error. */ int service_name_to_port_number (const char *service_name); +/** Parse a string to a derive_t value. Returns zero on success or non-zero on + * failure. If failure is returned, ret_value is not touched. */ int strtoderive (const char *string, derive_t *ret_value); #endif /* COMMON_H */ -- 2.11.0