comparison libpurple/protocols/bonjour/mdns_types.h @ 32819:2c6510167895 default tip

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24) to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 02 Jun 2012 02:30:49 +0000
parents 5876584828e8
children
comparison
equal deleted inserted replaced
32818:01ff09d4a463 32819:2c6510167895
35 gchar *status; 35 gchar *status;
36 gchar *vc; 36 gchar *vc;
37 gchar *msg; 37 gchar *msg;
38 } BonjourDnsSd; 38 } BonjourDnsSd;
39 39
40 typedef enum _PublishType { 40 typedef enum {
41 PUBLISH_START, 41 PUBLISH_START,
42 PUBLISH_UPDATE 42 PUBLISH_UPDATE
43 } PublishType; 43 } PublishType;
44 44
45 #endif 45 #endif