X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aft.c;h=ae2cbe2a1e8f756004f7fa69ef1f84d53e375c10;hp=377740d132b831d126e0015f241ed65095c2e661;hb=5a63e05ac5239109f7bd492a71575ad1644d0c41;hpb=1e97f6746b605e37826fb6ee2ad35b7b330145d6 diff --git a/aft.c b/aft.c index 377740d1..ae2cbe2a 100644 --- a/aft.c +++ b/aft.c @@ -493,15 +493,16 @@ static int aft_get_row_of_hash(unsigned char *hash, struct osl_row **row) return osl(osl_get_row(audio_file_table, AFTCOL_HASH, &obj, row)); } -/** - * Get the osl object holding the audio file selector info of a row. +/* + * Get the audio file selector info object of a row. * * \param row Pointer to a row in the audio file table. * \param obj Result pointer. * * \return Standard. */ -int get_afsi_object_of_row(const struct osl_row *row, struct osl_object *obj) +static int get_afsi_object_of_row(const struct osl_row *row, + struct osl_object *obj) { return osl(osl_get_object(audio_file_table, row, AFTCOL_AFSI, obj)); }