Show
Ignore:
Timestamp:
07/01/08 05:59:12 (5 months ago)
Author:
flynd
Message:

More uin usage removed from console plugin.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/console/src/console.h

    r6180 r6372  
    1111#include "licq_user.h" 
    1212 
     13#include <string> 
    1314using namespace std; 
    1415 
     
    209210  void InputUserSelect(int cIn); 
    210211  bool ParseMacro(char *); 
    211   unsigned long GetUinFromArg(char **); 
     212  std::string GetUserFromArg(char** p_szArg); 
    212213  void SaveLastUser(const char *, unsigned long); 
    213214  struct SContact GetContactFromArg(char **);