1 /* ISC license. */
2 
3 #ifndef SKALIBS_GENQDYN_INTERNAL_H
4 #define SKALIBS_GENQDYN_INTERNAL_H
5 
6 #include <skalibs/genqdyn.h>
7 
8 extern void genqdyn_clean (genqdyn *) ;
9 
10 #endif
11