X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcommon.h;h=7b9fa0ac658b3cbb33c9498316f6152c3c2b8268;hb=9988d61c84dfff5d04ddf48f4b93f6c9449cdc41;hp=8a9f33575b8090eac4dbe56af077af5b68fd7f05;hpb=0b02f790242b90e2a91102c7091e87cd3f6f5d76;p=collectd.git diff --git a/src/common.h b/src/common.h index 8a9f3357..7b9fa0ac 100644 --- a/src/common.h +++ b/src/common.h @@ -1,6 +1,6 @@ /** * collectd - src/common.h - * Copyright (C) 2005-2008 Florian octo Forster + * Copyright (C) 2005-2009 Florian octo Forster * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -287,4 +287,8 @@ int read_file_contents (const char *filename, char *buf, int bufsize); counter_t counter_diff (counter_t old_value, counter_t new_value); +/* Converts a service name (a string) to a port number + * (in the range [1-65535]). Returns less than zero on error. */ +int service_name_to_port_number (const char *service_name); + #endif /* COMMON_H */