mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
Add missing header prototypes
Fixes compiling errors with GCC using -Werror=missing-prototypes.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user