Implemented a status return type
This commit is contained in:
9
include/socks/status.h
Normal file
9
include/socks/status.h
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#ifndef SOCKS_STATUS_H_
|
||||||
|
#define SOCKS_STATUS_H_
|
||||||
|
|
||||||
|
typedef unsigned int kern_status_t;
|
||||||
|
|
||||||
|
#define KERN_OK (0)
|
||||||
|
#define KERN_ERR_UNIMPLEMENTED (1)
|
||||||
|
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user