summaryrefslogtreecommitdiff
path: root/search.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-08 20:48:14 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-08 20:48:14 +0200
commitf52d8c85bffa85414f00e018fe31486f7190256f (patch)
treeaec4ba61c0545ef2ccec78d7091e863bc0914b14 /search.h
parent9aed1e396be8c506de66047a1f26d2289c1642cb (diff)
initial searchwin stuff
Diffstat (limited to 'search.h')
-rw-r--r--search.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/search.h b/search.h
new file mode 100644
index 00000000..b90e1903
--- /dev/null
+++ b/search.h
@@ -0,0 +1,24 @@
+/*
+ DeaDBeeF - ultimate music player for GNU/Linux systems with X11
+ Copyright (C) 2009 Alexey Yakovenko
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+#ifndef __SEARCH_H
+#define __SEARCH_H
+
+void
+search_start (void);
+
+#endif // __SEARCH_H