From ca085145a9392c229b483ee24c1d566a23335fb3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 11 Apr 2000 14:25:15 +0000 Subject: prototypes (This used to be commit 04bee56160d95cdf971dd2e2c05e1b7482e0fbe9) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) 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); -- cgit