summaryrefslogtreecommitdiff
path: root/orkbasecxx/PartyFilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/PartyFilter.h')
-rw-r--r--orkbasecxx/PartyFilter.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/orkbasecxx/PartyFilter.h b/orkbasecxx/PartyFilter.h
new file mode 100644
index 0000000..11d2aaa
--- /dev/null
+++ b/orkbasecxx/PartyFilter.h
@@ -0,0 +1,19 @@
+/*
+ * Oreka -- A media capture and retrieval platform
+ *
+ * Copyright (C) 2005, orecx LLC
+ *
+ * http://www.orecx.com
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License.
+ * Please refer to http://www.gnu.org/copyleft/gpl.html
+ *
+ */
+#ifndef __PARTYFILTER_H__
+#define __PARTYFILTER_H__ 1
+
+bool DLL_IMPORT_EXPORT_ORKBASE PartyFilterActive(void);
+bool DLL_IMPORT_EXPORT_ORKBASE PartyFilterMatches(CStdString& party);
+
+#endif