no-more-secrets-rust/src/nmscharset.h
Brian Barto 8dfd02cd1c Change license header to GPL
modified:   src/nms.c
	modified:   src/nmscharset.c
	modified:   src/nmscharset.h
	modified:   src/nmseffect.c
	modified:   src/nmseffect.h
	modified:   src/nmstermio.c
	modified:   src/nmstermio.h
	modified:   src/nmstermio_ncurses.c
	modified:   src/sneakers.c
2017-02-17 13:24:11 -05:00

15 lines
301 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
char *nmscharset_get_random(void);
#endif