no-more-secrets-rust/src/nmscharset.h
Greg Shuflin fcf2df1c51 Move chartable to rust
Currently broken
2023-07-25 16:18:30 -07:00

15 lines
308 B
C

/*
* Copyright (c) 2017 Brian Barto
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GPL License. See LICENSE for more details.
*/
#ifndef NMSCHARSET_H
#define NMSCHARSET_H 1
// Function prototypes
extern char *nmscharset_get_random(void);
#endif