#include "h/oauth.h"
#include "h/netsec.h"
-#include "h/popsbr.h"
+#include "popsbr.h"
#include "h/signals.h"
#include "sbr/base64.h"
* suitable for passing to exec. Returned array must be freed. Shouldn't
* be possible to call this with host set to NULL.
*/
-char **
+static char **
parse_proxy(char *proxy, char *host)
{
char **pargv, **p;
}
-int
+static int
command(const char *fmt, ...)
{
va_list ap;
}
-int
+static int
multiline (void)
{
char buffer[BUFSIZ + LEN(TRM)];