summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJinWang An <jinwang.an@samsung.com>2021-12-28 10:01:55 +0900
committerJinWang An <jinwang.an@samsung.com>2021-12-28 10:01:55 +0900
commit87a741891d5e52c324ed5d956c04eab8d2714ad8 (patch)
treed612484aeffd2e836579654f04f496be45e1a2ab /proto.h
parentfbf25342d5b67bf9e9776f4dcd011cf63c581cc2 (diff)
downloadlsof-87a741891d5e52c324ed5d956c04eab8d2714ad8.tar.gz
lsof-87a741891d5e52c324ed5d956c04eab8d2714ad8.tar.bz2
lsof-87a741891d5e52c324ed5d956c04eab8d2714ad8.zip
Imported Upstream version 4.89upstream/4.89
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/proto.h b/proto.h
index 040d667..15a2673 100644
--- a/proto.h
+++ b/proto.h
@@ -31,7 +31,7 @@
/*
- * $Id: proto.h,v 1.37 2014/10/13 22:36:20 abe Exp $
+ * $Id: proto.h,v 1.38 2015/07/07 20:16:58 abe Exp $
*/
@@ -112,8 +112,12 @@ _PROTOTYPE(extern void find_ch_ino,(void));
# if defined(HASEPTOPTS)
_PROTOTYPE(extern void clear_pinfo,(void));
-_PROTOTYPE(extern pinfo_t *find_pendinfo,(struct lfile *lf, pinfo_t *pp));
+_PROTOTYPE(extern pxinfo_t *find_pendinfo,(struct lfile *lf, pxinfo_t *pp));
_PROTOTYPE(extern void process_pinfo,(int f));
+# if defined(HASUXSOCKEPT)
+_PROTOTYPE(extern struct uxsin *find_uxsepti,(struct lfile *lf));
+_PROTOTYPE(extern void process_uxsinfo,(int f));
+# endif /* defined(HASUXSOCKEPT) */
# endif /* defined(HASEPTOPTS) */
_PROTOTYPE(extern void free_lproc,(struct lproc *lp));