From ecceb56c6581b5eddf240112da7052e1d2f96af7 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Thu, 15 Aug 2013 09:37:55 +0200 Subject: proc: make the function check_owner available Make the function check_owner available for use in other files. * proc/info.c (check_owner): Drop attributes static and inline. * proc/proc.h (check_owner): Add prototype. --- proc/proc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proc/proc.h') diff --git a/proc/proc.h b/proc/proc.h index 247795dc..b7a95662 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -157,6 +157,7 @@ process_drop (struct proc *p) /* Forward declarations */ void complete_wait (struct proc *, int); int check_uid (struct proc *, uid_t); +int check_owner (struct proc *, struct proc *); void addalltasks (void); void prociterate (void (*)(struct proc *, void *), void *); void count_up (void *); -- cgit v1.2.3