Add missing header prototypes

Fixes compiling errors with GCC using -Werror=missing-prototypes.
This commit is contained in:
Patrice Levesque
2016-02-08 16:14:33 -05:00
parent 1c52093537
commit 5539b7a823
5 changed files with 77 additions and 2 deletions
@@ -23,6 +23,8 @@
#import "SOGoAppointmentFolder.h"
size_t curl_body_function(void *ptr, size_t size, size_t nmemb, void *buffer);
@interface SOGoWebAppointmentFolder : SOGoAppointmentFolder
- (void) setUsername: (NSString *) username