diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2003-05-06 20:56:29 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-05-06 20:56:29 -0700 |
| commit | 66731c779fd100e15efacea9a8704d7dd345f0e4 (patch) | |
| tree | 8778bfbdc42880977cc96b5fd06cbb33712a7596 /include/linux/seq_file.h | |
| parent | 83c0aee51be739d0189167c8d81e4a0a47a3e5be (diff) | |
| parent | c2769b50d1a63028dfc07d26fc8f2cbeac5227d1 (diff) | |
Merge kroah.com:/home/greg/linux/BK/bleed-2.5
into kroah.com:/home/greg/linux/BK/gregkh-2.5
Diffstat (limited to 'include/linux/seq_file.h')
| -rw-r--r-- | include/linux/seq_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
