X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=57e851f938c700044be20b62226dc07fae63c07e;hp=bcbbc3406def48eba64adeb31eecd81997f634b2;hb=28ea59db9b3cd2bd9d6be0f304d951aa550ea4d6;hpb=f32c0776882e01913c64c8ccbf2d94e0fb4d6369 diff --git a/command.c b/command.c index bcbbc340..57e851f9 100644 --- a/command.c +++ b/command.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2010 Andre Noll + * Copyright (C) 1997-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -13,6 +13,7 @@ #include #include #include +#include #include "para.h" #include "error.h" @@ -268,7 +269,7 @@ int com_si(struct rc4_context *rc4c, int argc, __a_unused char * const * argv) mmd->num_commands, mmd->num_connects, conf.loglevel_arg, - supported_audio_formats(), + SERVER_AUDIO_FORMATS, sender_info ); mutex_unlock(mmd_mutex);