diff options
Diffstat (limited to 'src/mds-registry/util.h')
-rw-r--r-- | src/mds-registry/util.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mds-registry/util.h b/src/mds-registry/util.h index 0cc04e6..ee06d2c 100644 --- a/src/mds-registry/util.h +++ b/src/mds-registry/util.h @@ -20,18 +20,9 @@ #include <stddef.h> -#include <stdint.h> /** - * Convert a client ID string into a client ID integer - * - * @param str The client ID string - * @return The client ID integer - */ -uint64_t parse_client_id(const char* str); - -/** * Free a key from a table * * @param obj The key |