home · contact · privacy
Server: Change read_config_file() parameter order (stylistic reasons).
[plomrogue] / src / server / io.h
index 9c7de70ec384332e82b23d9b2c9c8dc0ac3e9fb2..ad1344fcabf9d9bfee69e2a290198b6f1a124ad8 100644 (file)
@@ -25,9 +25,9 @@ struct EntrySkeleton
     struct EntrySkeleton * next;
 };
 extern void read_config_file(char * path, enum cleanup_flag cleanup,
-                             size_t size, struct EntrySkeleton ** entry_start,
                              void (* read) (char *, uint32_t, char *,
-                                            struct EntrySkeleton *, FILE *));
+                                            struct EntrySkeleton *, FILE *),
+                             size_t size, struct EntrySkeleton ** entry_start);
 
 /* Return single \0-terminated string read from input queue (world.queue); or,
  * if queue is empty and world.turn is unequal world.last_update_turn, update