Import ncpfs 2.2.0

This commit is contained in:
ncpfs archive import
2026-04-28 20:39:59 +02:00
parent c6c6fbe4ca
commit 0979ae6a41
119 changed files with 12194 additions and 10043 deletions

View File

@@ -11,12 +11,14 @@
#define const
#endif
struct error_table {
struct error_table
{
char const *const *msgs;
long base;
int n_msgs;
};
struct et_list {
struct et_list
{
struct et_list *next;
const struct error_table *table;
};