forgot
This commit is contained in:
parent
c33c1419f4
commit
eacea5a064
1 changed files with 41 additions and 0 deletions
41
src/cmd/upas/nfs/a.h
Normal file
41
src/cmd/upas/nfs/a.h
Normal file
|
|
@ -0,0 +1,41 @@
|
||||||
|
#include <u.h>
|
||||||
|
#include <libc.h>
|
||||||
|
#include <bio.h>
|
||||||
|
#include <auth.h>
|
||||||
|
#include <thread.h>
|
||||||
|
#include <fcall.h>
|
||||||
|
#include <plumb.h>
|
||||||
|
#include <9p.h>
|
||||||
|
|
||||||
|
enum
|
||||||
|
{
|
||||||
|
STACK = 8192
|
||||||
|
};
|
||||||
|
|
||||||
|
#include "box.h"
|
||||||
|
#include "sx.h"
|
||||||
|
#include "imap.h"
|
||||||
|
#include "fs.h"
|
||||||
|
|
||||||
|
void mailthreadinit(void);
|
||||||
|
void mailthread(void (*fn)(void*), void*);
|
||||||
|
|
||||||
|
void warn(char*, ...);
|
||||||
|
|
||||||
|
#define esmprint smprint
|
||||||
|
#define emalloc(n) mallocz(n, 1)
|
||||||
|
#define erealloc realloc
|
||||||
|
#define estrdup strdup
|
||||||
|
|
||||||
|
enum
|
||||||
|
{
|
||||||
|
NoEncoding,
|
||||||
|
QuotedPrintable,
|
||||||
|
Base64,
|
||||||
|
};
|
||||||
|
|
||||||
|
char* decode(int, char*, int*);
|
||||||
|
char* tcs(char*, char*);
|
||||||
|
char* unrfc2047(char*);
|
||||||
|
|
||||||
|
extern Imap *imap;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue