aboutsummaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2019-08-03 22:30:50 +0100
committersin <sin@2f30.org>2019-08-03 22:31:34 +0100
commit1a5eb40d84cc39bdc4420ff3e591068bdfbf6669 (patch)
tree3aa3a27da5a0b5ad3535f332bbc3cf528cda0703 /util.h
parent50592339bf450037972b85777d1c524e35545aa8 (diff)
downloadnoice-1a5eb40d84cc39bdc4420ff3e591068bdfbf6669.tar.gz
Factor out dprintf()
Diffstat (limited to 'util.h')
-rw-r--r--util.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/util.h b/util.h
index f80dc89..0ccdb50 100644
--- a/util.h
+++ b/util.h
@@ -17,13 +17,12 @@
#define DPRINTF_LLU(x)
#endif /* DEBUG */
+#undef dprintf
+int dprintf(int, const char *, ...);
#undef strlcat
size_t strlcat(char *, const char *, size_t);
#undef strlcpy
size_t strlcpy(char *, const char *, size_t);
-#undef dprintf
-int dprintf(int, const char *, ...);
-
int strverscmp(const char *, const char *);
void spawnvp(char *, char *, char *[]);
void spawnlp(char *, char *, char *, ...);
Un proyecto texto-plano.xyz