documented the "max disk size" option.
[samba.git] / source3 / reply.h
1 int reply_special(char *inbuf,char *outbuf);
2 int reply_corep(char *outbuf);
3 int reply_coreplus(char *outbuf);
4 int reply_nt1(char *outbuf);
5 int reply_lanman1(char *outbuf);
6 int reply_lanman2(char *outbuf);
7 int reply_tcon(char *inbuf,char *outbuf);
8 int reply_tcon_and_X(char *inbuf,char *outbuf,int length,int bufsize);
9 int reply_unknown(char *inbuf,char *outbuf);
10 int reply_ioctl(char *inbuf,char *outbuf);
11 int reply_sesssetup_and_X(char *inbuf,char *outbuf,int length,int bufsize);
12 int reply_chkpth(char *inbuf,char *outbuf);
13 int reply_getatr(char *inbuf,char *outbuf);
14 int reply_setatr(char *inbuf,char *outbuf);
15 int reply_dskattr(char *inbuf,char *outbuf);
16 int reply_search(char *inbuf,char *outbuf);
17 int reply_fclose(char *inbuf,char *outbuf);
18 int reply_open(char *inbuf,char *outbuf);
19 int reply_open_and_X(char *inbuf,char *outbuf,int length,int bufsize);
20 int reply_ulogoffX(char *inbuf,char *outbuf,int length,int bufsize);
21 int reply_mknew(char *inbuf,char *outbuf);
22 int reply_ctemp(char *inbuf,char *outbuf);
23 int reply_unlink(char *inbuf,char *outbuf);
24 int reply_readbraw(char *inbuf, char *outbuf);
25 int reply_lockread(char *inbuf,char *outbuf);
26 int reply_read(char *inbuf,char *outbuf);
27 int reply_read_and_X(char *inbuf,char *outbuf,int length,int bufsize);
28 int reply_writebraw(char *inbuf,char *outbuf);
29 int reply_writeunlock(char *inbuf,char *outbuf);
30 int reply_write(char *inbuf,char *outbuf,int dum1,int dum2);
31 int reply_write_and_X(char *inbuf,char *outbuf,int length,int bufsize);
32 int reply_lseek(char *inbuf,char *outbuf);
33 int reply_flush(char *inbuf,char *outbuf);
34 int reply_exit(char *inbuf,char *outbuf);
35 int reply_close(char *inbuf,char *outbuf);
36 int reply_writeclose(char *inbuf,char *outbuf);
37 int reply_lock(char *inbuf,char *outbuf);
38 int reply_unlock(char *inbuf,char *outbuf);
39 int reply_tdis(char *inbuf,char *outbuf);
40 int reply_echo(char *inbuf,char *outbuf);
41 int reply_printopen(char *inbuf,char *outbuf);
42 int reply_printclose(char *inbuf,char *outbuf);
43 int reply_printqueue(char *inbuf,char *outbuf);
44 int reply_printwrite(char *inbuf,char *outbuf);
45 int reply_mkdir(char *inbuf,char *outbuf);
46 int reply_rmdir(char *inbuf,char *outbuf);
47 int reply_mv(char *inbuf,char *outbuf);
48 int reply_copy(char *inbuf,char *outbuf);
49 int reply_setdir(char *inbuf,char *outbuf);
50 int reply_lockingX(char *inbuf,char *outbuf,int length,int bufsize);
51 int reply_readbmpx(char *inbuf,char *outbuf,int length,int bufsize);
52 int reply_writebmpx(char *inbuf,char *outbuf);
53 int reply_setattrE(char *inbuf,char *outbuf);
54 int reply_getattrE(char *inbuf,char *outbuf);
55 int reply_writebs(char *inbuf,char *outbuf);
56 int reply_sends(char *inbuf,char *outbuf);
57 int reply_sendstrt(char *inbuf,char *outbuf);
58 int reply_sendend(char *inbuf,char *outbuf);
59 int reply_sendtxt(char *inbuf,char *outbuf);
60 int reply_transs2(char *inbuf,char *outbuf,int length,int bufsize);