xref: /dflybsd-src/usr.sbin/installer/libdfui/lang.h (revision 678e8cc6002ecd3a79cdae95ac8b454437219fc5)
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_
6 
7 int set_lang_syscons(const char *);
8 int set_lang_envars(const char *);
9 #endif /* !__LANG_H_ */
10