diff -r 11a130063ad0 -r 169db6aa5e08 libpurple/protocols/gg/ggdrive.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libpurple/protocols/gg/ggdrive.h Fri Sep 28 01:21:01 2012 +0200 @@ -0,0 +1,8 @@ +#ifndef _GGP_GGDRIVE_H +#define _GGP_GGDRIVE_H + +#include + +void ggp_ggdrive_test(PurpleConnection *gc); + +#endif /* _GGP_GGDRIVE_H */