Rudiments
chat.h
1 // Copyright (c) 2004 David Muse
2 // See the COPYING file for more information.
3 
4 #ifndef RUDIMENTS_CHAT_H
5 #define RUDIMENTS_CHAT_H
6 
7 #include <rudiments/private/chatincludes.h>
8 
9 class chatprivate;
10 
13 class RUDIMENTS_DLLSPEC chat {
14  public:
17  chat(filedescriptor *fd);
18 
22 
24  ~chat();
25 
88  int32_t runScript(const char *script, char **abort);
89 
157  int32_t runScript(const char *script, char **abort,
158  constnamevaluepairs *variables);
159 
160  #include <rudiments/private/chat.h>
161 };
162 
163 #endif
Definition: filedescriptor.h:14
Definition: chat.h:13