<inttypes.h>: Small sync with FreeBSD.
[dragonfly.git] / usr.sbin / installer / libdfui / lang.h
blob7d8dedb40ab78041f14027cb9f0e7e8242650d63
1 /*
2 * $Id: lang.h,v 1.2 2005/02/12 00:31:46 cpressey Exp $
3 */
4 #ifndef __LANG_H_
5 #define __LANG_H_
7 int set_lang_syscons(const char *);
8 int set_lang_envars(const char *);
9 #endif /* !__LANG_H_ */