Changes in uspace/srv/net/inetsrv/inetcfg.h [984a9ba:1bbc6dc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inetsrv/inetcfg.h
r984a9ba r1bbc6dc 1 1 /* 2 * Copyright (c) 20 12Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 38 38 #define INETCFG_H_ 39 39 40 #include <errno.h> 41 #include "inetsrv.h" 42 40 43 extern void inet_cfg_conn(ipc_call_t *, void *); 44 extern errno_t inet_cfg_open(const char *, inet_cfg_t **); 45 extern errno_t inet_cfg_sync(inet_cfg_t *); 46 extern void inet_cfg_close(inet_cfg_t *); 41 47 42 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.