Import ncpfs 2.1.1
This commit is contained in:
@@ -11,14 +11,12 @@
|
||||
#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