]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/seq_file.h
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-omap-h63xx.git] / include / linux / seq_file.h
index dc50bcc282a888ba1611a5485c53467d4a2ab953..b3dfa72f13b902bd48275ac923b551f0375d7e0f 100644 (file)
@@ -34,6 +34,7 @@ struct seq_operations {
 
 #define SEQ_SKIP 1
 
+char *mangle_path(char *s, char *p, char *esc);
 int seq_open(struct file *, const struct seq_operations *);
 ssize_t seq_read(struct file *, char __user *, size_t, loff_t *);
 loff_t seq_lseek(struct file *, loff_t, int);