mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
lib/util: make it possible to use debug.h with using xfile.h
metze
This commit is contained in:
parent
46eda79090
commit
b97f17ddf1
@ -133,6 +133,7 @@ _PUBLIC_ void register_debug_handlers(const char *name, struct debug_ops *ops);
|
||||
*/
|
||||
_PUBLIC_ void dbgtext(const char *format, ...) PRINTF_ATTRIBUTE(1,2);
|
||||
|
||||
extern XFILE *dbf;
|
||||
struct _XFILE;
|
||||
extern struct _XFILE *dbf;
|
||||
|
||||
#endif
|
||||
|
@ -23,7 +23,7 @@
|
||||
see xfile.c for explanations
|
||||
*/
|
||||
|
||||
typedef struct {
|
||||
typedef struct _XFILE {
|
||||
int fd;
|
||||
char *buf;
|
||||
char *next;
|
||||
|
Loading…
x
Reference in New Issue
Block a user