Ignore:
Timestamp:
May 7, 2010, 6:49:10 PM (15 years ago)
Author:
herwigb
Message:

Split parameter string into separate parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/src/utils.h

    r26 r30  
    2222#define __UTILS_H__
    2323
    24 BOOL searchReplace(const char *search, const char *replace, const char *org_string, char *replaced_string);
     24BOOL searchReplace(const char *search, const char *replace, const char *string, char *replaced, int size);
    2525void decryptPassword(const char *pszCrypt, char *pszPlain);
    2626void encryptPassword(const char *pszPlain, char *pszCrypt);
Note: See TracChangeset for help on using the changeset viewer.