aboutsummaryrefslogtreecommitdiff
path: root/examples/rich_structure/src/client/fooctl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rich_structure/src/client/fooctl.cc')
-rw-r--r--examples/rich_structure/src/client/fooctl.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/rich_structure/src/client/fooctl.cc b/examples/rich_structure/src/client/fooctl.cc
new file mode 100644
index 0000000..5822685
--- /dev/null
+++ b/examples/rich_structure/src/client/fooctl.cc
@@ -0,0 +1,6 @@
+
+#include <iostream>
+
+int main(int argc, char* argv[]) {
+ std::cout << "fooctl does nothing" << std::endl;
+}