Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / usr.sbin / installer / libdfui / lang.h
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_ */