ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/Installer/trunk/source/installer.h
(Generate patch)

Comparing AE/Installer/trunk/source/installer.h (file contents):
Revision 487 by iritscen, Wed Dec 30 01:51:38 2009 UTC vs.
Revision 505 by gumby, Sat Mar 27 14:17:32 2010 UTC

# Line 52 | Line 52 | int installPackages(void);
52   int uninstallPackages(void);
53   int listInstalledPackages(void);
54   int printInstallerInfo(void);
55 < ModPackage fileToModPackage(fstream&);
55 > ModPackage fileToModPackage(fstream&, string);
56   bool StringIsLegalPathForDeletion(string);
57   vector<ModPackage> getPackages(string packageDir = "./packages");
58   void MakePathLocalToGlobalize(string*);
59   bool SortBySize(string, string);
60   void tokenize(const string&, vector<string>&, const string& delimiters = " ");
61 + void StripNewlines(string *);
62   void clearOldDats(void);
63   void writeInstalledMods( vector<string> );
64   void copyBSL( string, vector<string>&, ModPackage );

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)