X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mix.h;h=305e9d80aaa1d742649fb77021b24fddc65c9b5d;hb=72468e97b630d07e3ccf982631f5f3ba2c3d9409;hp=a4105544daf526c857e86d9ff6a1ab2dab47cd9c;hpb=00583bed658c70aacf2a94532904fd403c5ee7f1;p=paraslash.git diff --git a/mix.h b/mix.h index a4105544..305e9d80 100644 --- a/mix.h +++ b/mix.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2012-2014 Andre Noll + * + * Licensed under the GPL v2. For licencing details see COPYING. + */ + +/** \file mix.h Mixer API (used by para_fade). */ + /** * Opaque structure which corresponds to an instance of a mixer. * @@ -23,6 +31,6 @@ struct mixer { int (*get)(struct mixer_handle *handle); /** Change the value of the selected channel. */ int (*set)(struct mixer_handle *handle, int val); - /** Free all ressources associated with the given handle. */ + /** Free all resources associated with the given handle. */ void (*close)(struct mixer_handle **handle); };