diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-10-30 08:50:18 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-10-30 08:50:18 +0000 |
commit | 397e1d64d7cfe7381b561ebae57dbceeb87b07ea (patch) | |
tree | 0ea4154d3d40c9a4f34dfb87c309c2ab9cf2a4af | |
parent | 628d7993d52dff920f52fdbc8e672ae840b9a607 (diff) | |
download | samba-397e1d64d7cfe7381b561ebae57dbceeb87b07ea.tar.gz samba-397e1d64d7cfe7381b561ebae57dbceeb87b07ea.tar.bz2 samba-397e1d64d7cfe7381b561ebae57dbceeb87b07ea.zip |
Chris will be pleased to know that mkproto.awk no longer runs on the
ubiqx files :-)
(This used to be commit 13d90255928711c05d8e147081afa309b8abf1af)
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
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); |