mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 15:16:21 +00:00
Move code from jid_random_resource() into own function
Move the code that creates a random string into it's own function +get_random_string().
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user