summaryrefslogtreecommitdiffstats
path: root/src/lsof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lsof.h')
-rw-r--r--src/lsof.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lsof.h b/src/lsof.h
new file mode 100644
index 0000000..8b8111a
--- /dev/null
+++ b/src/lsof.h
@@ -0,0 +1,10 @@
+/* -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+#ifndef _GSM_LSOF_H_
+#define _GSM_LSOF_H_
+
+#include <glib.h>
+#include "application.h"
+
+void procman_lsof(GsmApplication *app);
+
+#endif /* _GSM_LSOF_H_ */