summaryrefslogtreecommitdiff
path: root/libdleyna/server/search.h
diff options
context:
space:
mode:
authorRegis Merlino <regis.merlino@intel.com>2013-03-11 10:52:35 -0700
committerRegis Merlino <regis.merlino@intel.com>2013-03-11 10:52:35 -0700
commitd929e2f2b70447e3589952d8c69688880b7b514d (patch)
tree935e700c96d309003009e236b58860461efc3918 /libdleyna/server/search.h
parent6b9249f2b95ee7e01546bce4ea6366c4e7aa25f7 (diff)
downloaddleyna-server-d929e2f2b70447e3589952d8c69688880b7b514d.tar.gz
[Architecture] Change directory structure to enable build from a master project
Signed-off-by: Regis Merlino <regis.merlino@intel.com>
Diffstat (limited to 'libdleyna/server/search.h')
-rw-r--r--libdleyna/server/search.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/libdleyna/server/search.h b/libdleyna/server/search.h
new file mode 100644
index 0000000..150a764
--- /dev/null
+++ b/libdleyna/server/search.h
@@ -0,0 +1,31 @@
+/*
+ * dLeyna
+ *
+ * Copyright (C) 2012-2013 Intel Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU Lesser General Public License,
+ * version 2.1, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
+ * for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Mark Ryan <mark.d.ryan@intel.com>
+ *
+ */
+
+#ifndef DLS_SEARCH_H__
+#define DLS_SEARCH_H__
+
+#include <glib.h>
+
+gchar *dls_search_translate_search_string(GHashTable *filter_map,
+ const gchar *search_string);
+
+#endif /* DLS_PROPS_H__ */