--- a/util.h Tue Feb 20 00:18:18 2007 +0100 +++ b/util.h Sun Mar 11 00:05:36 2007 +0100 @@ -18,6 +18,7 @@ #include "optparser.h" extern void libtu_init(const char *argv0); -extern const char *prog_execname(); +extern const char *libtu_progname(); +extern const char *libtu_progbasename(); #endif /* LIBTU_UTIL_H */