diff options
| -rw-r--r-- | handbook/codestyle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handbook/codestyle b/handbook/codestyle index 38237e1..0e6a765 100644 --- a/handbook/codestyle +++ b/handbook/codestyle @@ -51,7 +51,7 @@ typedef struct { } barfoo_t; /* breaking lines only when longer than 80 characters or for special purposes */ -extern foobar_t* foo_new(int faa, int fae, +extern foobar_t *foo_new(int faa, int fae, char *bor, char *ber); #endif /* FOO_H */ |