]> git.proxmox.com Git - mirror_spl.git/blobdiff - modules/splat/splat-internal.h
OK, some pretty substantial rework here. I've merged the spl-file
[mirror_spl.git] / modules / splat / splat-internal.h
index 4286a95715755f90be6b1ab2b5dd6b0abc0fd2c2..aca4b3d3810129b4e064f88cf86d4fe84498edc2 100644 (file)
@@ -172,7 +172,6 @@ splat_subsystem_t * splat_thread_init(void);
 splat_subsystem_t * splat_time_init(void);
 splat_subsystem_t * splat_vnode_init(void);
 splat_subsystem_t * splat_kobj_init(void);
-splat_subsystem_t * splat_file_init(void);
 
 void splat_condvar_fini(splat_subsystem_t *);
 void splat_kmem_fini(splat_subsystem_t *);
@@ -184,7 +183,6 @@ void splat_thread_fini(splat_subsystem_t *);
 void splat_time_fini(splat_subsystem_t *);
 void splat_vnode_fini(splat_subsystem_t *);
 void splat_kobj_fini(splat_subsystem_t *);
-void splat_file_fini(splat_subsystem_t *);
 
 int splat_condvar_id(void);
 int splat_kmem_id(void);
@@ -196,6 +194,5 @@ int splat_thread_id(void);
 int splat_time_id(void);
 int splat_vnode_id(void);
 int splat_kobj_id(void);
-int splat_file_id(void);
 
 #endif /* _SPLAT_INTERNAL_H */