aboutsummaryrefslogtreecommitdiff
path: root/tests/gtfetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gtfetch.c')
-rw-r--r--tests/gtfetch.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/tests/gtfetch.c b/tests/gtfetch.c
index e7ff542..0c254b7 100644
--- a/tests/gtfetch.c
+++ b/tests/gtfetch.c
@@ -19,6 +19,7 @@
#include <stdlib.h>
#include <string.h>
#include "gdbm.h"
+#include "progname.h"
void
print_key (FILE *fp, datum key, int delim)
@@ -33,21 +34,6 @@ print_key (FILE *fp, datum key, int delim)
}
}
-const char *
-canonical_progname (const char *str)
-{
- const char *p;
-
- p = strrchr (str, '/');
- if (p)
- p++;
- else
- p = str;
- if (strncmp (p, "lt-", 3) == 0)
- p += 3;
- return p;
-}
-
int
main (int argc, char **argv)
{

Return to:

Send suggestions and report system problems to the System administrator.