]> sigrok.org Git - libsigrokflow.git/commitdiff
Add an Srf namespace and an empty Srf::init().
authorUwe Hermann <redacted>
Sat, 29 Dec 2018 16:08:59 +0000 (17:08 +0100)
committerUwe Hermann <redacted>
Tue, 8 Jan 2019 15:04:02 +0000 (16:04 +0100)
include/libsigrokflow/libsigrokflow.hpp
src/main.cpp

index 5cc17b52b108daec484333c1f4dbf3c3a63ebdd9..381c46bbbf4783aefa64efa290eb1c5c31776fe1 100644 (file)
 #ifndef LIBSIGROKFLOW_LIBSIGROKFLOW_HPP
 #define LIBSIGROKFLOW_LIBSIGROKFLOW_HPP
 
+namespace Srf
+{
+
+void init();
+
+}
+
 #endif
index e3decf59f4ad87b154e4ea98dae606d7f7937ffa..96d720e235a9d62228e50d7c620cfada076dd8b5 100644 (file)
 #include <config.h>
 #include <libsigrokflow/libsigrokflow.hpp>
 
+namespace Srf
+{
+
+void init()
+{
+}
+
+}