comparison: libpurple/protocols/zephyr/ZFlsSubs.c
libpurple/protocols/zephyr/ZFlsSubs.c
- branch
- release-2.x.y
- changeset 43153
- 2e4624a59df5
- parent 31294
- 73607ab89c6f
equal
deleted
inserted
replaced
| 8 * "mit-copyright.h". |
8 * "mit-copyright.h". |
| 9 */ |
9 */ |
| 10 |
10 |
| 11 #include "internal.h" |
11 #include "internal.h" |
| 12 |
12 |
| 13 Code_t ZFlushSubscriptions() |
13 Code_t |
| |
14 ZFlushSubscriptions(void) |
| 14 { |
15 { |
| 15 register int i; |
16 register int i; |
| 16 |
17 |
| 17 if (!__subscriptions_list) |
18 if (!__subscriptions_list) |
| 18 return (ZERR_NONE); |
19 return (ZERR_NONE); |