aboutsummaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-09-19 13:55:01 +0000
committerRoy Marples <roy@marples.name>2007-09-19 13:55:01 +0000
commita74dd430d5c513f1e4d8ed13d7865eb24ccc5494 (patch)
treea85f271e9d6979a3831497b9e9b219dc82c41c5a /src/rc.h
parent77f9015f0bf09c5ef3c51009e21d8e687006c3e4 (diff)
Punt rc_xcalloc as nothing uses it
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);