mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
11 lines
342 B
C++
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;
|