Import ncpfs 2.1.1
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
#define const
|
||||
#endif
|
||||
|
||||
struct foobar
|
||||
{
|
||||
struct foobar {
|
||||
struct et_list etl;
|
||||
struct error_table et;
|
||||
};
|
||||
@@ -32,11 +31,9 @@ struct foobar
|
||||
extern struct et_list *_et_list;
|
||||
|
||||
#ifdef __STDC__
|
||||
int
|
||||
init_error_table(const char *const *msgs, int base, int count)
|
||||
int init_error_table(const char *const *msgs, int base, int count)
|
||||
#else
|
||||
int
|
||||
init_error_table(msgs, base, count)
|
||||
int init_error_table(msgs, base, count)
|
||||
const char *const *msgs;
|
||||
int base;
|
||||
int count;
|
||||
|
||||
Reference in New Issue
Block a user