Removed the port_test_thread_func() prototype from the header - that's a
private method which is only defined when DEBUG is turned on. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4663 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
* Definitions here are for kernel use only. For the actual
|
* Definitions here are for kernel use only. For the actual
|
||||||
* definitions of port functions, please look at OS.h
|
* definitions of port functions, please look at OS.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _KERNEL_PORT_H
|
#ifndef _KERNEL_PORT_H
|
||||||
#define _KERNEL_PORT_H
|
#define _KERNEL_PORT_H
|
||||||
|
|
||||||
@@ -16,7 +15,6 @@ int delete_owned_ports(team_id owner);
|
|||||||
|
|
||||||
// temp: test
|
// temp: test
|
||||||
void port_test(void);
|
void port_test(void);
|
||||||
int port_test_thread_func(void* arg);
|
|
||||||
|
|
||||||
// user-level API
|
// user-level API
|
||||||
port_id user_create_port(int32 queue_length, const char *name);
|
port_id user_create_port(int32 queue_length, const char *name);
|
||||||
@@ -45,4 +43,4 @@ status_t user_write_port_etc(port_id port,
|
|||||||
uint32 flags,
|
uint32 flags,
|
||||||
bigtime_t timeout);
|
bigtime_t timeout);
|
||||||
|
|
||||||
#endif
|
#endif /* _KERNEL_PORT_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user