X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/fe8ab488e9161c46dd9885d58fc52996dc0249ff..d190cdc3f5544636abb56dc1874be391d3e1b148:/bsd/sys/munge.h diff --git a/bsd/sys/munge.h b/bsd/sys/munge.h index 89b71a2b7..47f07923c 100644 --- a/bsd/sys/munge.h +++ b/bsd/sys/munge.h @@ -85,12 +85,15 @@ void munge_wwlw(void *args); void munge_wwlll(void *args); void munge_wwllww(void *args); void munge_wlw(void *args); +void munge_wlww(void *args); +void munge_wlwwwl(void *args); void munge_wlwwwll(void *args); void munge_wlwwwllw(void *args); void munge_wlwwlwlw(void *args); void munge_wll(void *args); void munge_wllww(void *args); void munge_wlll(void *args); +void munge_wllll(void *args); void munge_wllwwll(void *args); void munge_wwwlw(void *args); void munge_wwwlww(void *args); @@ -106,12 +109,14 @@ void munge_wwwwwwlw(void *args); void munge_wwwwwwll(void *args); void munge_wsw(void *args); void munge_wws(void *args); +void munge_wwws(void *args); void munge_wwwsw(void *args); void munge_llllll(void *args); void munge_l(void *args); void munge_ll(void *args); void munge_lw(void *args); void munge_lwww(void *args); +void munge_wwlww(void *args); void munge_wwlwww(void *args); - +void munge_wwlwwwl(void *args); #endif /* __MUNGE_H__ */