]> git.pond.sub.org Git - empserver/blobdiff - include/player.h
Document, in particular use of UTF-8. Simplify code in a couple of
[empserver] / include / player.h
index dbf0904f2eb5d0bef045d2e3d848bc5a09a157ba..a7807ae0bd6c9a6473bb67ef0dc721f72ec23a0d 100644 (file)
@@ -58,8 +58,8 @@ struct player {
     struct cmndstr *command;
     struct iop *iop;
     char combuf[1024];         /* command input buffer, UTF-8 */
-    s_char *argp[128];
-    s_char *condarg;
+    char *argp[128];           /* arguments, ASCII */
+    char *condarg;             /* conditional, ASCII */
     time_t lasttime;
     int ncomstat;
     int minleft;