aboutsummaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc.h')
-rw-r--r--src/rc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rc.h b/src/rc.h
index 5e5e100a..c0916144 100644
--- a/src/rc.h
+++ b/src/rc.h
@@ -166,7 +166,6 @@ extern FILE *rc_environ_fd;
/* RC utility functions.
Although not directly related to RC in general, they are used by RC
itself and the supporting applications. */
-void *rc_xcalloc (size_t n, size_t size);
void *rc_xmalloc (size_t size);
void *rc_xrealloc (void *ptr, size_t size);
char *rc_xstrdup (const char *str);