X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Common%2Frt%20api%2FPublic.h;fp=Common%2Frt%20api%2FPublic.h;h=3a315ae56fc55db6d886d1f52d7c386118156704;hb=6e9b9a5c1f65e66d3198979deb694447793bae19;hp=a2f5657fcb5d485e3a7f0994fb2726560dc31554;hpb=a6c3bc5722a9dba811ffb1d2d5d8ae97be09d8ee;p=freerainbowtables diff --git a/Common/rt api/Public.h b/Common/rt api/Public.h index a2f5657..3a315ae 100644 --- a/Common/rt api/Public.h +++ b/Common/rt api/Public.h @@ -70,6 +70,7 @@ typedef struct unsigned int GetFileLen(FILE* file); string TrimString(string s); +bool boinc_ReadLinesFromFile(string sPathName, vector& vLine); bool ReadLinesFromFile(string sPathName, vector& vLine); bool SeperateString(string s, string sSeperator, vector& vPart); string uint64tostr(uint64 n);