From acec7ca3b8b69a234f1b179411d9bc1fb3b16b3c Mon Sep 17 00:00:00 2001 From: Steven Whitehouse Date: Mon, 5 May 2003 10:52:42 -0700 Subject: [FS]: Add seq_release_private and proc_net_fops_create helpers. --- include/linux/seq_file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux/seq_file.h') diff --git a/include/linux/seq_file.h b/include/linux/seq_file.h index ab12d2608f53..724d51768098 100644 --- a/include/linux/seq_file.h +++ b/include/linux/seq_file.h @@ -60,5 +60,6 @@ int seq_printf(struct seq_file *, const char *, ...) int single_open(struct file *, int (*)(struct seq_file *, void *), void *); int single_release(struct inode *, struct file *); +int seq_release_private(struct inode *, struct file *); #endif #endif -- cgit v1.2.3