diff options
| author | Michal Zima <xhire@tuxportal.cz> | 2009-08-23 23:39:59 +0200 |
|---|---|---|
| committer | Michal Zima <xhire@tuxportal.cz> | 2009-08-23 23:39:59 +0200 |
| commit | 6d3fdc52eb35a195c7cb7823d610078651f7ae24 (patch) | |
| tree | ed21e9d5096a1f6ca9d0d560654a404859522f11 /handbook | |
| parent | 057c2048fd32f5a627778b08325af99c3b4c0c0d (diff) | |
Fix of a mistake in Code style Handbook
Diffstat (limited to 'handbook')
| -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 */ |