Some net headers fixes

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1911 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2002-11-13 07:57:19 +00:00
parent 7eae9afc01
commit 40e492bc4c
4 changed files with 49 additions and 59 deletions
+2 -4
View File
@@ -46,13 +46,11 @@ public:
static bool IsEnabled();
// print a debugging message
static void Print( const char* msg );
static void Print(const char *msg);
// dump raw data in a nice hd-like format
static void Dump( const char* data, size_t size, const char* title );
static void Dump(const char *data, size_t size, const char *title);
};
#endif // <-- #ifndef _NETDEBUG_H
/*=------------------------------------------------------------------- End -=*/