s3:vfs_gpfs: Export disk_norm function
[obnox/samba/samba-obnox.git] / source3 / smbd / proto.h
index fe09d0221e14731a2bcfe6f82cb1b67dcd10fcc4..07cfef5b5e080f9066c72b88dc16146f07a6ea46 100644 (file)
@@ -169,6 +169,7 @@ bool claim_connection(connection_struct *conn, const char *name);
 
 /* The following definitions come from smbd/dfree.c  */
 
+void disk_norm(bool small_query, uint64_t *bsize,uint64_t *dfree,uint64_t *dsize);
 uint64_t sys_disk_free(connection_struct *conn, const char *path, bool small_query,
                               uint64_t *bsize,uint64_t *dfree,uint64_t *dsize);
 uint64_t get_dfree_info(connection_struct *conn,
@@ -545,8 +546,7 @@ NTSTATUS inotify_watch(struct sys_notify_context *ctx,
 
 struct notify_context *notify_init(TALLOC_CTX *mem_ctx,
                                   struct messaging_context *messaging_ctx,
-                                  struct event_context *ev,
-                                  connection_struct *conn);
+                                  struct event_context *ev);
 bool notify_internal_parent_init(TALLOC_CTX *mem_ctx);
 NTSTATUS notify_add(struct notify_context *notify, connection_struct *conn,
                    struct notify_entry *e0,