Import ncpfs 2.2.0
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user