aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-09-25 12:10:14 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-09-25 12:10:14 +0200
commitebe7b36af555d644357efbc0e63393927162bf06 (patch)
treef1fcf377ff52962ba904c102d617884d9c33b545 /protocols/jabber/jabber.h
parenteab2ac45071373751a3041c85b0ab69460109032 (diff)
Changing the resource string while online probably doesn't work.
Diffstat (limited to 'protocols/jabber/jabber.h')
-rw-r--r--protocols/jabber/jabber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h
index f05c1c55..8ca7d545 100644
--- a/protocols/jabber/jabber.h
+++ b/protocols/jabber/jabber.h
@@ -84,7 +84,7 @@ int presence_send_update( struct gaim_connection *gc );
int presence_send_request( struct gaim_connection *gc, char *handle, char *request );
/* jabber_util.c */
-char *set_eval_resprio( set_t *set, char *value );
+char *set_eval_priority( set_t *set, char *value );
char *set_eval_tls( set_t *set, char *value );
struct xt_node *jabber_make_packet( char *name, char *type, char *to, struct xt_node *children );
void jabber_cache_packet( struct gaim_connection *gc, struct xt_node *node );