mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-07-25 15:04:30 +00:00
Improve backwards and forward compatibility for renderd protocol v3/v2
This commit is contained in:
17
includes/protocol_helper.h
Normal file
17
includes/protocol_helper.h
Normal file
@ -0,0 +1,17 @@
|
||||
#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);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
Reference in New Issue
Block a user