]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/fce_util.c
Merge remote branch 'sf/product-2-2' into develop
[netatalk.git] / etc / afpd / fce_util.c
index 8523aa48683d0eef0b7121da6953da3c41828eb7..07b59d73621555cf917eebbc4028ac347860cc37 100644 (file)
@@ -35,8 +35,6 @@
 #include <arpa/inet.h>
 #include <netdb.h>
 
-#include <netatalk/at.h>
-
 #include <atalk/adouble.h>
 #include <atalk/vfs.h>
 #include <atalk/logger.h>
@@ -172,7 +170,7 @@ bool fce_handle_coalescation( char *path, int is_dir, int mode )
  * all|delete|create
  */
 
-int fce_set_coalesce(char *opt)
+int fce_set_coalesce(const char *opt)
 {
     char *e;
     char *p;
@@ -193,6 +191,8 @@ int fce_set_coalesce(char *opt)
     }
 
     free(e);
+
+    return AFP_OK;
 }