Initial commit
[resorg.git] / ladspa / search.h
blob651a6660290392bb35066a93e653ed45895c5241
1 /*
2 * This file is part of Resource Organizer.
4 * Copyright (C) 2014 Nikita Zlobin <nick87720z@gmail.com>
6 * Resource Organizer is free software: you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
11 * Resource Organizer is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with Resource Organizer. If not, see
18 * <http://www.gnu.org/licenses/>.
21 #ifndef __LADSPA_SEARCH_H__
22 #define __LADSPA_SEARCH_H__
24 #include <resource.h>
26 extern void
27 ladspaPathIterate (void);
29 extern void
30 ladspaResourceHandler (ResourceHandlerFunc cb_func);
32 #endif