X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/132a5a4a47f9dbc7c52ee15234d70258c59ccf8e..bcb2af729883325b5c3c041411b026d125c78869:/lib/client-common.h diff --git a/lib/client-common.h b/lib/client-common.h index 736ac6f..26db715 100644 --- a/lib/client-common.h +++ b/lib/client-common.h @@ -27,6 +27,18 @@ socklen_t find_server(struct config *c, struct sockaddr **sap, char **namep); +/** @brief Marker for a command body */ +extern const char disorder__body[1]; + +/** @brief Marker for a list of args */ +extern const char disorder__list[1]; + +/** @brief Marker for an integer */ +extern const char disorder__integer[1]; + +/** @brief Marker for a timestamp */ +extern const char disorder__time[1]; + #endif /* CLIENT_COMMON_H */ /*