chiark / gitweb /
protogen: simplify handling of integers and times.
[disorder] / lib / client-common.h
index 736ac6f209a363cc936ec4b9af39c25e8e2b8483..26db71564faf091e7011694698bc83570d7b11ad 100644 (file)
 
 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 */
 
 /*