summaryrefslogtreecommitdiff
path: root/def.h
diff options
context:
space:
mode:
Diffstat (limited to 'def.h')
-rw-r--r--def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/def.h b/def.h
index ce344a8..3f55a52 100644
--- a/def.h
+++ b/def.h
@@ -130,7 +130,6 @@ struct filepointer {
#include <stdlib.h>
-#define copy(s) strdup(s)
int match(const char *str, const char * const *list);
char *base_name(const char *file);
char *getnextline(struct filepointer *fp);