]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/ltdl-helper.h
remap: Change remapping function argument type from void to int16_t / float as approp...
[pulseaudio] / src / pulsecore / ltdl-helper.h
index 5c7388a1eb89ebdd8081a30f31c8f8c80f621f58..9f3469697b385b1789084c5cc7d21cb684f2e000 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef foopulsecoreltdlhelperhfoo
 #define foopulsecoreltdlhelperhfoo
 
-/* $Id$ */
-
 /***
   This file is part of PulseAudio.
 
@@ -10,7 +8,7 @@
 
   PulseAudio is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License as published
-  by the Free Software Foundation; either version 2 of the License,
+  by the Free Software Foundation; either version 2.1 of the License,
   or (at your option) any later version.
 
   PulseAudio is distributed in the hope that it will be useful, but
@@ -31,4 +29,3 @@ typedef void (*pa_void_func_t)(void);
 pa_void_func_t pa_load_sym(lt_dlhandle handle, const char*module, const char *symbol);
 
 #endif
-