view pidgin/plugins/crazychat/test.h @ 23542:01c3074b2299

A patch from felipec to make (msn_)request_user_display static. References #5377. And http://pidgin.im/pipermail/devel/2008-June/006137.html
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 22 Jun 2008 20:35:47 +0000
parents 5fe8042783c1
children
line wrap: on
line source

class Test {
	public:
		Test(void);
		~Test(void);
		void runTest(void);
	private:
		asdfint fake;
};