diff options
Diffstat (limited to 'src/lsof.h')
-rw-r--r-- | src/lsof.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lsof.h b/src/lsof.h new file mode 100644 index 0000000..ad7f111 --- /dev/null +++ b/src/lsof.h @@ -0,0 +1,9 @@ +#ifndef H_PROCMAN_LSOF_1161179202 +#define H_PROCMAN_LSOF_1161179202 + +#include <glib/gmacros.h> +#include "procman.h" + +void procman_lsof(ProcData *data); + +#endif /* H_PROCMAN_LSOF_1161179202 */ |