about summary refs log tree commit diff stats
path: root/src/common.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-10-21 09:56:15 +0200
committerGitHub <noreply@github.com>2019-10-21 09:56:15 +0200
commitc4a52b13e856ecf6bade35d01aa6a75f4de3e3fc (patch)
tree2eefe61ded353c476a4d3a961929c777c1e68dbf /src/common.h
parent452a9f645e0f6232a03758942e85dcf0109a1ab9 (diff)
parent963ab841b42fdb1d80594b609a589a25b4034aa7 (diff)
downloadprofani-tty-c4a52b13e856ecf6bade35d01aa6a75f4de3e3fc.tar.gz
Merge pull request #1209 from jubalh/feature/xep-0359
XEP-0359
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 6d4ca39c..38ac909b 100644
--- a/src/common.h
+++ b/src/common.h
@@ -103,4 +103,6 @@ int is_regular_file(const char *path);
 int is_dir(const char *path);
 void get_file_paths_recursive(const char *directory, GSList **contents);
 
+char* get_random_string(int length);
+
 #endif