summaryrefslogtreecommitdiffstats
path: root/XAlloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'XAlloc.h')
-rw-r--r--XAlloc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/XAlloc.h b/XAlloc.h
index 97c15519..98a422fc 100644
--- a/XAlloc.h
+++ b/XAlloc.h
@@ -19,12 +19,4 @@ void* xCalloc(size_t nmemb, size_t size);
void* xRealloc(void* ptr, size_t size);
-ATTR_FORMAT(printf, 2, 3)
-int xAsprintf(char **strp, const char* fmt, ...);
-
-ATTR_FORMAT(printf, 3, 4)
-int xSnprintf(char *buf, int len, const char* fmt, ...);
-
-char* xStrdup(const char* str) ATTR_NONNULL;
-
#endif