Crinit -- Configurable Rootfs Init
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
notiserv.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
6#ifndef __NOTISERV_H__
7#define __NOTISERV_H__
8
9#include "taskdb.h"
10
22int crinitStartInterfaceServer(crinitTaskDB_t *ctx, const char *sockfile);
23
24#endif /*__NOTISERV_H__ */
int crinitStartInterfaceServer(crinitTaskDB_t *ctx, const char *sockfile)
Definition notiserv.c:172
Definition taskdb.h:29
Header defining the central Task Data Structure and related types/functions.