comparison libpurple/dnssrv.c @ 16642:c028fc690b5d

Mark two functions as "noreturn"
author Mark Doliner <mark@kingant.net>
date Sun, 29 Apr 2007 05:25:49 +0000
parents 2edbd4fede72
children 11a0f2b4ac83
comparison
equal deleted inserted replaced
16641:2b12b143a529 16642:c028fc690b5d
90 return 1; 90 return 1;
91 } 91 }
92 92
93 #ifndef _WIN32 93 #ifndef _WIN32
94 94
95 static void 95 G_GNUC_NORETURN static void
96 resolve(int in, int out) 96 resolve(int in, int out)
97 { 97 {
98 GList *ret = NULL; 98 GList *ret = NULL;
99 PurpleSrvResponse *srvres; 99 PurpleSrvResponse *srvres;
100 queryans answer; 100 queryans answer;