#include <config.h>#include "safeerrno.h"#include "safefcntl.h"#include "progclient.h"#include <xapian/error.h>#include "omdebug.h"#include <string>#include <vector>#include <sys/types.h>#include <sys/socket.h>#include <sys/wait.h>Include dependency graph for progclient.cc:

Go to the source code of this file.
Functions | |
| static void | split_words (const string &text, vector< string > &words, char ws= ' ') |
| Split a string into a vector of strings, using a given separator character (default space). | |
| static void split_words | ( | const string & | text, | |
| vector< string > & | words, | |||
| char | ws = ' ' | |||
| ) | [static] |
Split a string into a vector of strings, using a given separator character (default space).
Definition at line 50 of file progclient.cc.
References ws().