diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-23 14:25:16 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-23 14:25:16 +0000 |
commit | a2f328dedde101e04cd0d0ce62028b23d939062a (patch) | |
tree | 40f5268dd8e473158e6208ea0965ee2dae5a9d20 /security/steghide/files/patch-src-main.cc | |
parent | - Install documentation (both included text files and the manual available (diff) |
Update to 0.5.1
Notes
Notes:
svn path=/head/; revision=91962
Diffstat (limited to 'security/steghide/files/patch-src-main.cc')
-rw-r--r-- | security/steghide/files/patch-src-main.cc | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/security/steghide/files/patch-src-main.cc b/security/steghide/files/patch-src-main.cc deleted file mode 100644 index a07f14bc1d27..000000000000 --- a/security/steghide/files/patch-src-main.cc +++ /dev/null @@ -1,31 +0,0 @@ ---- src/main.cc.orig Thu Sep 26 21:33:15 2002 -+++ src/main.cc Thu Sep 26 21:36:48 2002 -@@ -84,8 +84,8 @@ - static void version (void) ; - static void usage (void) ; - static void license (void) ; --static void embedfile (string cvrfilename, string stgfilename, string plnfilename) ; --static void extractfile (string stgfilename, string plnfilename) ; -+static void embedfile (std::string cvrfilename, std::string stgfilename, std::string plnfilename) ; -+static void extractfile (std::string stgfilename, std::string plnfilename) ; - static void cleanup (void) ; - - int main (int argc, char *argv[]) -@@ -334,7 +334,7 @@ - } - - /* calls functions to embed plain data in cover data and save as stego data */ --static void embedfile (string cvrfilename, string stgfilename, string plnfilename) -+static void embedfile (std::string cvrfilename, std::string stgfilename, std::string plnfilename) - { - CvrStgFile *cvrstgfile = NULL ; - PLNFILE *plnfile = NULL ; -@@ -372,7 +372,7 @@ - } - - /* calls functions to extract (and save) plain data from stego data */ --static void extractfile (string stgfilename, string plnfilename) -+static void extractfile (std::string stgfilename, std::string plnfilename) - { - PLNFILE *plnfile = NULL ; - unsigned long firstplnpos = 0 ; |