diff pidgin/plugins/crazychat/camproc.h @ 15374:5fe8042783c1

Rename gtk/ and libgaim/ to pidgin/ and libpurple/
author Sean Egan <seanegan@gmail.com>
date Sat, 20 Jan 2007 02:32:10 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pidgin/plugins/crazychat/camproc.h	Sat Jan 20 02:32:10 2007 +0000
@@ -0,0 +1,29 @@
+/*
+ *  camproc.h
+ *  basecame
+ *
+ *  Created by CS194 on Mon Apr 26 2004.
+ *  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
+ *
+ */
+
+
+
+//#pragma once
+
+#ifdef __APPLE_CC__
+	#include <Carbon/Carbon.h>
+
+#else
+	#include <Carbon.h>
+
+#endif
+
+#include "cc_interface.h"
+#include "filter.h"
+
+void Die(void);
+OSErr CamProc(struct input_instance *inst, filter_bank *bank);
+void QueryCam (void);
+
+