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:
@@ -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 -=*/
|
||||
|
||||
Reference in New Issue
Block a user