Rudiments
Main Page
Classes
include
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
21
chat
(
filedescriptor
*rfd,
filedescriptor
*wfd);
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
filedescriptor
Definition:
filedescriptor.h:14
chat
Definition:
chat.h:13
Generated on Tue Feb 21 2017 20:39:53 for Rudiments by
1.8.11