view plugins/crazychat/camproc.h @ 13822:5ef7dae8ab87

[gaim-migrate @ 16257] SF Patch #1504436 from roast, with changes by me "gaim_gtkdialogs_log() doesn't set initial account value, but shows an initial account. This is confusing because if the user does not use the hint list to select an account (e.g. he types a name in), gaim_gtkdialogs_log_cb() services an empty call. This patch fixes this." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 11 Jun 2006 19:05:45 +0000
parents fc464a0abccc
children
line wrap: on
line source

/*
 *  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);