diff options
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 ; |