From 94f7ce7624c22ce735c7b0f9a7079f41ac248af5 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 28 Oct 1998 17:51:49 +0000 Subject: Quick fixes to fix the broken tree. Needed for my morning compiles. Chris - feel free to fix these things differently if these fixes don't work for you. Jeremy. (This used to be commit 1f225abfbe6b021b589711c2e4c599a63050c5b2) --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 1af68b86d1..807ee0fbab 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -88,7 +88,6 @@ BOOL dbghdr( int level, char *file, char *func, int line ); char *dbg_token2string( dbg_Token tok ); void dbg_test( void ); -int main( void ); /*The following definitions come from lib/fault.c */ -- cgit