Files
openstreetmap-mod_tile-pyth…/includes/protocol_helper.h

18 lines
248 B
C

#ifndef DAEMONHELPER_H
#define DAEMONHELPER_H
#ifdef __cplusplus
extern "C" {
#endif
#include "protocol.h"
int send_cmd(struct protocol * cmd, int fd);
int recv_cmd(struct protocol * cmd, int fd, int block);
#ifdef __cplusplus
}
#endif
#endif