view libpurple/purple-client.h @ 23094:f057f9533634

Rename and re-order the preference sound buttons to be "Browse...", "Preview", "Reset", I think these are better and also match the pounce sound selection buttons.
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 23 May 2008 13:04:50 +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