* complete copyright information.
*/
-#include <h/mh.h>
+#include "h/mh.h"
+#include "sbr/credentials.h"
+#include "sbr/client.h"
#include "sbr/error.h"
-#include <h/utils.h>
-#include <h/oauth.h>
-#include <h/netsec.h>
+#include "h/utils.h"
+#include "h/oauth.h"
+#include "h/netsec.h"
-#include <h/popsbr.h>
-#include <h/signals.h>
+#include "popsbr.h"
+#include "h/signals.h"
#include "sbr/base64.h"
#define TRM "."
* 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)];