ports/databases/dbtool/files/patch-config.h
2006-12-21 13:49:57 +00:00

11 lines
342 B
C++

--- config.h.orig Thu Dec 21 14:30:15 2006
+++ config.h Thu Dec 21 14:30:26 2006
@@ -71,7 +71,7 @@
public:
Config();
- void Config::args(int argc, char *argv[]);
+ void args(int argc, char *argv[]);
int parse();
int force, command, with, reverse, readonly, encrypted;
string filename, key, value, usage, token, phrase;