OpenVPN
Functions
chef.c File Reference
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include <stdio.h>
#include <errno.h>
#include <stdbool.h>
#include <string.h>
#include "chef.h"
Include dependency graph for chef.c:

Go to the source code of this file.

Functions

int chef_cook (const char *order, char **dish_out)
 
const char * chef_strerror (int error)
 

Function Documentation

◆ chef_cook()

int chef_cook ( const char *  order,
char **  dish_out 
)

Definition at line 33 of file chef.c.

Referenced by waiter_process().

◆ chef_strerror()

const char* chef_strerror ( int  error)

Definition at line 41 of file chef.c.

Referenced by waiter_process().