Blame | Last modification | View Log | Download | RSS feed
/* $Id: cm_ipc.h 4 2024-09-24 18:35:15Z nishi $ */
#ifndef __CM_IPC_H__
#define __CM_IPC_H__
#define SOCK_PATH "/tmp/mlserv.sock"
int cm_ipc_connect(void);
int cm_ipc_create(void);
#endif