X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=spx.h;h=4f46f03b73a62f357938af5285b274476db46aca;hp=124d68349b4854c7653969298507e3726be9e2f6;hb=ba83a291cd486e8ab53ac64d81b17d8f5705d715;hpb=92f089b820b45a5dbdc5b4f69d596105d5acba68 diff --git a/spx.h b/spx.h index 124d6834..4f46f03b 100644 --- a/spx.h +++ b/spx.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2010-2011 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2010 Andre Noll , see file COPYING. */ /** * \file spx.h Structures and prototypes common to the speex audio format @@ -37,4 +33,3 @@ struct spx_header_info { int spx_process_header(unsigned char *packet, long bytes, struct spx_header_info *shi); -int spx_ctl(void *state, int request, void *ptr);