syscalls.h add the missing sys_pipe2 declaration
[safe/jmp/linux-2.6] / include / linux / path.h
index cbebdc5..915e0c3 100644 (file)
@@ -9,4 +9,7 @@ struct path {
        struct dentry *dentry;
 };
 
+extern void path_get(struct path *);
+extern void path_put(struct path *);
+
 #endif  /* _LINUX_PATH_H */