summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-04-11 14:25:15 +0000
committerAndrew Tridgell <tridge@samba.org>2000-04-11 14:25:15 +0000
commitca085145a9392c229b483ee24c1d566a23335fb3 (patch)
tree540238c62b09ea1a5f272d2271db63dcdef780da /source3/include
parent420099f96f2d448c71da29053187223f2d90ef68 (diff)
downloadsamba-ca085145a9392c229b483ee24c1d566a23335fb3.tar.gz
samba-ca085145a9392c229b483ee24c1d566a23335fb3.tar.bz2
samba-ca085145a9392c229b483ee24c1d566a23335fb3.zip
prototypes
(This used to be commit 04bee56160d95cdf971dd2e2c05e1b7482e0fbe9)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 928774c1d3..0fafa89e82 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -332,6 +332,7 @@ BOOL is_myname(char *s);
void set_remote_arch(enum remote_arch_types type);
enum remote_arch_types get_remote_arch(void);
char *align2(char *q, char *base);
+char *align4(char *q, char *base);
void out_ascii(FILE *f, unsigned char *buf,int len);
void out_data(FILE *f,char *buf1,int len, int per_line);
void print_asc(int level, unsigned char *buf,int len);