From 397e1d64d7cfe7381b561ebae57dbceeb87b07ea Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 30 Oct 1997 08:50:18 +0000 Subject: Chris will be pleased to know that mkproto.awk no longer runs on the ubiqx files :-) (This used to be commit 13d90255928711c05d8e147081afa309b8abf1af) --- source3/include/proto.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3') diff --git a/source3/include/proto.h b/source3/include/proto.h index 00c95587ba..07011b2256 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1099,9 +1099,6 @@ int reply_findnclose(char *inbuf,char *outbuf,int length,int bufsize); int reply_transs2(char *inbuf,char *outbuf,int length,int bufsize); int reply_trans2(char *inbuf,char *outbuf,int length,int bufsize); -/*The following definitions come from ubi_dLinkList.c */ - - /*The following definitions come from ufc.c */ char *ufc_crypt(char *key,char *salt); -- cgit