[LIBS] Remove no more used prototypes

Christian Costa titan.costa at wanadoo.fr
Sun Oct 30 07:02:55 CST 2005


Hi,

Changelog:
Remove no more used wine_dbg_parse_options and wine_dbg_add_options 
prototypes.

Christian Costa   titan.costa at wanadoo.fr

-------------- next part --------------
? include/wine/.library.h.swp
Index: include/wine/library.h
===================================================================
RCS file: /home/wine/wine/include/wine/library.h,v
retrieving revision 1.39
diff -u -r1.39 library.h
--- include/wine/library.h	23 Sep 2005 10:52:08 -0000	1.39
+++ include/wine/library.h	30 Oct 2005 10:51:32 -0000
@@ -56,11 +56,6 @@
 extern void __wine_dll_register( const IMAGE_NT_HEADERS *header, const char *filename );
 extern void wine_init( int argc, char *argv[], char *error, int error_size );
 
-/* debugging */
-
-extern void wine_dbg_add_option( const char *name, unsigned char set, unsigned char clear );
-extern int wine_dbg_parse_options( const char *str );
-
 /* portability */
 
 extern void DECLSPEC_NORETURN wine_switch_to_stack( void (*func)(void *), void *arg, void *stack );


More information about the wine-patches mailing list