Mercurial > pidgin
comparison src/request.c @ 5810:327bc2f78340
[gaim-migrate @ 6240]
Making things compile is my mid-years resolution.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sun, 08 Jun 2003 07:45:51 +0000 |
| parents | 0a661f6d65e3 |
| children | 8c44020a958e |
comparison
equal
deleted
inserted
replaced
| 5809:0a661f6d65e3 | 5810:327bc2f78340 |
|---|---|
| 571 gaim_request_field_choice_get_labels(const GaimRequestField *field) | 571 gaim_request_field_choice_get_labels(const GaimRequestField *field) |
| 572 { | 572 { |
| 573 g_return_val_if_fail(field != NULL, NULL); | 573 g_return_val_if_fail(field != NULL, NULL); |
| 574 g_return_val_if_fail(field->type == GAIM_REQUEST_FIELD_CHOICE, NULL); | 574 g_return_val_if_fail(field->type == GAIM_REQUEST_FIELD_CHOICE, NULL); |
| 575 | 575 |
| 576 return field->u.choice->labels; | 576 return field->u.choice.labels; |
| 577 } | 577 } |
| 578 | 578 |
| 579 /* -- */ | 579 /* -- */ |
| 580 | 580 |
| 581 void * | 581 void * |
