aboutsummaryrefslogtreecommitdiff
path: root/server/src/util/util.h
diff options
context:
space:
mode:
authoralpine <[email protected]>2020-06-27 02:17:50 +0200
committeralpine <[email protected]>2020-06-27 02:17:50 +0200
commit6342ea76413054337f226e115ee1e31e650c9cb8 (patch)
treedb3c8bcc5c5b4c9cfd23d812dc5bbe146ae6e93b /server/src/util/util.h
parentAdded server certificate verification on client. (diff)
downloadloader-6342ea76413054337f226e115ee1e31e650c9cb8.tar.xz
loader-6342ea76413054337f226e115ee1e31e650c9cb8.zip
Finished pe image implementation wrapper.
Moved some files to more appropriate folders. Added linuxpe submodule. Added linuxpe as a precompiled header.
Diffstat (limited to 'server/src/util/util.h')
-rw-r--r--server/src/util/util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/src/util/util.h b/server/src/util/util.h
new file mode 100644
index 0000000..4e5a0db
--- /dev/null
+++ b/server/src/util/util.h
@@ -0,0 +1,5 @@
+#pragma once
+
+namespace util {
+ void to_lowercase(std::string &str);
+}; \ No newline at end of file