summaryrefslogtreecommitdiffstats
path: root/include/owner.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/owner.h')
-rw-r--r--include/owner.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/owner.h b/include/owner.h
new file mode 100644
index 00000000..85d821cc
--- /dev/null
+++ b/include/owner.h
@@ -0,0 +1,6 @@
+#ifndef _NFT_OWNER_H_
+#define _NFT_OWNER_H_
+
+char *get_progname(uint32_t portid);
+
+#endif