2017-01-19 09:08:20 -08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2017 Brian Barto
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify it
|
2017-02-17 10:24:11 -08:00
|
|
|
* under the terms of the GPL License. See LICENSE for more details.
|
2017-01-19 09:08:20 -08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef NMSCHARSET_H
|
|
|
|
#define NMSCHARSET_H 1
|
|
|
|
|
|
|
|
// Function prototypes
|
2023-07-25 16:18:15 -07:00
|
|
|
extern char *nmscharset_get_random(void);
|
2017-01-19 09:08:20 -08:00
|
|
|
|
|
|
|
#endif
|