summaryrefslogtreecommitdiff
path: root/include/libfud.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/libfud.hpp')
-rw-r--r--include/libfud.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libfud.hpp b/include/libfud.hpp
index a0b2909..8004df4 100644
--- a/include/libfud.hpp
+++ b/include/libfud.hpp
@@ -24,6 +24,9 @@
namespace fud {
+/** \brief Fear, unknown, doubt. Call at your own peril. */
+void fud();
+
Result<String, FudStatus> getEnv(const char* name);
template<typename T>