diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/dev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ouroboros/dev.h b/include/ouroboros/dev.h index 31c681db..396f2ae3 100644 --- a/include/ouroboros/dev.h +++ b/include/ouroboros/dev.h @@ -30,9 +30,9 @@ #define OUROBOROS_DEV_H /* These calls should be removed once we write the ouroboros OS. */ -int ap_init(const char * ap_name); +int ouroboros_init(const char * ap_name); -void ap_fini(void); +void ouroboros_fini(void); /* Returns flow descriptor, qs updates to supplied QoS. */ int flow_alloc(const char * dst_name, |