Rudiments
chat.h
1 // Copyright (c) 1999-2018 David Muse
2 // See the COPYING file for more information.
3 
4  private:
5  void appendAbortString(const char *string);
6  void clearAbortStrings();
7  int32_t send(const char *string,
8  constnamevaluepairs *variables);
9  void flush();
10  int32_t expect(const char *string, char **abort);
11  int32_t substituteVariables(const char **ch,
12  constnamevaluepairs *variables);
13  void charUnescape(const char *str,
14  char **newstr, bool second);
15 
16  chatprivate *pvt;