diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-04-04 20:25:18 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-04-04 20:25:18 +0000 |
commit | ec36dcd199752b66013fe8530006e08aee9a76ed (patch) | |
tree | 0e1dca59ea84744f39529b259fb36620310bb197 /src | |
parent | 5c03d74720d53e93e1f2221d9014e62c189dcded (diff) | |
download | prt-get-ec36dcd199752b66013fe8530006e08aee9a76ed.tar.gz prt-get-ec36dcd199752b66013fe8530006e08aee9a76ed.tar.xz |
prt-get: 0.5.12pre1
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1143 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
Diffstat (limited to 'src')
-rw-r--r-- | src/prtget.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/prtget.h b/src/prtget.h index 2a27c21..c5ad4db 100644 --- a/src/prtget.h +++ b/src/prtget.h @@ -89,8 +89,6 @@ public: void dumpConfig(); - bool greaterThan( const string& v1, const string& v2 ); - int returnValue() const; SignalHandler::HandlerResult handleSignal( int signal ); @@ -143,6 +141,7 @@ protected: void assertExactArgCount(int count); void argCountFailure(int count, const string& specifier); + bool greaterThan( const string& v1, const string& v2 ); static bool printFile(const string& file); }; |