]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.h
Some more (trivial) "database tool" -> "audio file selector" conversions
[paraslash.git] / server.h
index b01c3f6a926da6122f0c2931ac200e06d7006436..1e4a75f83e514c5a5537a5850c4bdca5888f3323 100644 (file)
--- a/server.h
+++ b/server.h
@@ -139,13 +139,13 @@ struct misc_meta_data{
        unsigned int active_connections;
 /** the process id of para_server */
        pid_t server_pid;
-/** a string that gets filled in by the current database tool */
+/** a string that gets filled in by the current audio file selector */
        char dbinfo[MMD_INFO_SIZE];
 /** the number if the current database tool */
        int dbt_num;
 /** commands set this to non-zero to request a database tool change */
        int dbt_change;
-/* used by the sender command */
+/** used by the sender command */
        struct sender_command_data sender_cmd_data;
 };