summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6a3935d)
raw | patch | inline | side by side (parent: 6a3935d)
author | Florian Forster <octo@noris.net> | |
Wed, 9 Jun 2010 11:10:52 +0000 (13:10 +0200) | ||
committer | Florian Forster <octo@noris.net> | |
Wed, 16 Jun 2010 13:38:04 +0000 (15:38 +0200) |
src/common.h | patch | blob | history |
diff --git a/src/common.h b/src/common.h
index c0bea36effacfe7390d8a790014a271fc7ce69e7..229f7098d6c8948ed69656f5dc30d3e69f47d705 100644 (file)
--- a/src/common.h
+++ b/src/common.h
* (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 */