1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

got rid of a lot of redundent header files as we now globally generate

prototypes automatically using "make proto". This is much less prone
to error than the old method of manually adding prototypes
(This used to be commit b551dc98f7)
This commit is contained in:
Andrew Tridgell
1996-06-10 04:38:24 +00:00
parent b7ca915de8
commit 7e3b4a1c0d
47 changed files with 175 additions and 419 deletions

View File

@ -20,7 +20,6 @@
*/
#include "includes.h"
#include "loadparm.h"
extern int DEBUGLEVEL;
extern connection_struct Connections[];
extern files_struct Files[];