summaryrefslogtreecommitdiff
path: root/src/cli.h
blob: ca42f76ad7833cf872ec6927a5924e1fb15f140d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _JH_CLI_CLI_H_
#define _JH_CLI_CLI_H_

#include <stdio.h>

int JH_cli_open_socket
(
   FILE * s [const restrict static 1],
   const char socket_name [const restrict static 1]
);

int JH_cli_is_running (void);
int JH_cli_set_signal_handlers (void);

#endif