Changeset 9bc31a8 in nscp for trunk/NSClient++.h


Ignore:
Timestamp:
02/22/06 21:47:57 (7 years ago)
Author:
Michael Medin <michael@…>
Children:
117fcf5
Parents:
f3db4e0
Message:

Lots of update (I really should checkin more often :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NSClient++.h

    r24f7192 r9bc31a8  
    6565  std::string execute(std::string password, std::string cmd, std::list<std::string> args); 
    6666  void reportMessage(int msgType, const char* file, const int line, std::string message); 
     67  int commandLineExec(const char* module, const char* command, const unsigned int argLen, char** args); 
    6768 
    6869  void addPlugins(const std::list<std::string> plugins); 
Note: See TracChangeset for help on using the changeset viewer.