1159b3361Sopenharmony_ci/* 2159b3361Sopenharmony_ci * 3159b3361Sopenharmony_ci * This library is free software; you can redistribute it and/or 4159b3361Sopenharmony_ci * modify it under the terms of the GNU Library General Public 5159b3361Sopenharmony_ci * License as published by the Free Software Foundation; either 6159b3361Sopenharmony_ci * version 2 of the License, or (at your option) any later version. 7159b3361Sopenharmony_ci * 8159b3361Sopenharmony_ci * This library is distributed in the hope that it will be useful, 9159b3361Sopenharmony_ci * but WITHOUT ANY WARRANTY; without even the implied warranty of 10159b3361Sopenharmony_ci * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11159b3361Sopenharmony_ci * Library General Public License for more details. 12159b3361Sopenharmony_ci * 13159b3361Sopenharmony_ci * You should have received a copy of the GNU Library General Public 14159b3361Sopenharmony_ci * License along with this library; if not, write to the 15159b3361Sopenharmony_ci * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 16159b3361Sopenharmony_ci * Boston, MA 02111-1307, USA. 17159b3361Sopenharmony_ci */ 18159b3361Sopenharmony_ci 19159b3361Sopenharmony_ci#ifndef LAME_GTKCONTROL_H 20159b3361Sopenharmony_ci#define LAME_GTKCONTROL_H 21159b3361Sopenharmony_ci 22159b3361Sopenharmony_ci 23159b3361Sopenharmony_ciint gtkcontrol(lame_global_flags * gfp2, char *inPath); 24159b3361Sopenharmony_ci 25159b3361Sopenharmony_ci#endif 26