view libpurple/purple-client.h @ 21048:fe1b44022884

Ignore mute setting when testing sounds from the preferences window.
author Casey Harkins <charkins@pidgin.im>
date Mon, 29 Oct 2007 04:08:42 +0000
parents 32c366eeeb99
children
line wrap: on
line source

#ifndef _PURPLE_CLIENT_H_INCLUDED_
#define _PURPLE_CLIENT_H_INCLUDED_

#include <glib.h>
#include "purple-client-bindings.h"

G_BEGIN_DECLS

void purple_init(void);

G_END_DECLS

#endif