1 /* SSIP Guile support */
2 
3 /* Copyright (C) 2004 Brailcom, o.p.s.
4 
5    Author: Milan Zamazal <pdm@brailcom.org>
6 
7    COPYRIGHT NOTICE
8 
9    This program is free software; you can redistribute it and/or modify it
10    under the terms of the GNU Lesser General Public License as published by the Free
11    Software Foundation; either version 2.1, or (at your option) any later
12    version.
13 
14    This program is distributed in the hope that it will be useful, but
15    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
17    for more details.
18 
19    You should have received a copy of the GNU Lesser General Public License
20    along with this program.  If not, see <https://www.gnu.org/licenses/>.
21 */
22 
23 #ifndef __GSSIP_H
24 
25 #define __GSSIP_H
26 
27 void init_gssip();
28 
29 #endif
30