Changeset 6372 for trunk/console/src/console.h
- Timestamp:
- 07/01/08 05:59:12 (5 months ago)
- Files:
-
- 1 modified
-
trunk/console/src/console.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/console/src/console.h
r6180 r6372 11 11 #include "licq_user.h" 12 12 13 #include <string> 13 14 using namespace std; 14 15 … … 209 210 void InputUserSelect(int cIn); 210 211 bool ParseMacro(char *); 211 unsigned long GetUinFromArg(char **);212 std::string GetUserFromArg(char** p_szArg); 212 213 void SaveLastUser(const char *, unsigned long); 213 214 struct SContact GetContactFromArg(char **);
