diff options
Diffstat (limited to 'lib/libproc/libproc.h')
-rw-r--r-- | lib/libproc/libproc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libproc/libproc.h b/lib/libproc/libproc.h index 5798a3b4b58d..25f8aa62f12b 100644 --- a/lib/libproc/libproc.h +++ b/lib/libproc/libproc.h @@ -128,7 +128,6 @@ __BEGIN_DECLS prmap_t *proc_addr2map(struct proc_handle *, uintptr_t); prmap_t *proc_name2map(struct proc_handle *, const char *); char *proc_objname(struct proc_handle *, uintptr_t, char *, size_t); -prmap_t *proc_obj2map(struct proc_handle *, const char *); int proc_iter_objs(struct proc_handle *, proc_map_f *, void *); int proc_iter_symbyaddr(struct proc_handle *, const char *, int, int, proc_sym_f *, void *); |