X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fkmod.h;h=10f505c8431dc320f46d77a88095df20cb475cb8;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=27501f4def78df7683aa31f5fe4ae171310fc86e;hpb=43bc926fffd92024b46cafaf7350d669ba9ca884;p=linux-2.6.git diff --git a/include/linux/kmod.h b/include/linux/kmod.h index 27501f4de..10f505c84 100644 --- a/include/linux/kmod.h +++ b/include/linux/kmod.h @@ -20,7 +20,6 @@ */ #include -#include #include #include @@ -47,7 +46,9 @@ call_usermodehelper(char *path, char **argv, char **envp, int wait) } extern void usermodehelper_init(void); -extern int __exec_usermodehelper(char *path, char **argv, char **envp, - struct key *ring); + +struct file; +extern int call_usermodehelper_pipe(char *path, char *argv[], char *envp[], + struct file **filp); #endif /* __LINUX_KMOD_H__ */