diff options
Diffstat (limited to 'sys/netncp/ncp_nls.h')
-rw-r--r-- | sys/netncp/ncp_nls.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netncp/ncp_nls.h b/sys/netncp/ncp_nls.h index 0180a92..628190d 100644 --- a/sys/netncp/ncp_nls.h +++ b/sys/netncp/ncp_nls.h @@ -52,9 +52,11 @@ struct ncp_nlstables { #define NCP_NLS_AS_IS 1 #define NCP_NLS_AS_IS_NAME "asis" #define NCP_NLS_KOI_866 2 -#define NCP_NLS_SE 3 #define NCP_NLS_KOI_866_NAME "koi2cp866" +#define NCP_NLS_SE 3 #define NCP_NLS_SE_NAME "se" +#define NCP_NLS_DE 4 +#define NCP_NLS_DE_NAME "de" extern struct ncp_nlstables ncp_nls; /* active nls */ |