Random alpha-numeric username (6 characters)

This commit is contained in:
tokslaw7
2024-02-05 00:10:05 +00:00
parent 658e93c6ee
commit 29525b28e4
2 changed files with 31 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ void GetOfferCode( unsigned long offer_id, char * number, int sz );
void Confirmation( unsigned long payment_id, char * number, int sz );
void SetFamilyUsername( unsigned long family_id, char * number, int sz );
long WrenchLogRecent(CVars in, CVars &out);
void RandomAlphaNumeric( char * number, int sz, int seed );
#endif