chiark / gitweb /
Prep v233.2: Mask unneeded functions and definitions in src/basic
[elogind.git] / src / basic / parse-util.c
index 2daa797a5025dc888f8f764d589944e905498f12..e294f25cf2717f9e4f333652eda26a41b4a6b474 100644 (file)
@@ -581,7 +581,6 @@ int parse_nice(const char *p, int *ret) {
         *ret = n;
         return 0;
 }
-#endif // 0
 
 int parse_ip_port(const char *s, uint16_t *ret) {
         uint16_t l;
@@ -598,3 +597,4 @@ int parse_ip_port(const char *s, uint16_t *ret) {
 
         return 0;
 }
+#endif // 0