aboutsummaryrefslogtreecommitdiff
path: root/tests/gtfetch.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-05 11:31:20 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-05 11:31:20 +0000
commit999b2b28f4245e7717bff024cefe87905644cfb1 (patch)
treefcc057dfd0ba79a514294c9a203dba5a9b4132a7 /tests/gtfetch.c
parentdd6eb59eb0de0e8fe0482bbc9a4acb99e302c963 (diff)
downloadgdbm-999b2b28f4245e7717bff024cefe87905644cfb1.tar.gz
gdbm-999b2b28f4245e7717bff024cefe87905644cfb1.tar.bz2
Include progname.h instead of declaring canonical_progname.
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
@@ -21,2 +21,3 @@
#include "gdbm.h"
+#include "progname.h"
@@ -35,17 +36,2 @@ 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

Return to:

Send suggestions and report system problems to the System administrator.