X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..bcb2af729883325b5c3c041411b026d125c78869:/lib/client-common.h diff --git a/lib/client-common.h b/lib/client-common.h index 9bc90cf..26db715 100644 --- a/lib/client-common.h +++ b/lib/client-common.h @@ -15,6 +15,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +/** @file lib/client-common.h + * @brief Common code to client APIs + */ #ifndef CLIENT_COMMON_H #define CLIENT_COMMON_H @@ -24,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 */ /*