From 6d3fdc52eb35a195c7cb7823d610078651f7ae24 Mon Sep 17 00:00:00 2001 From: Michal Zima Date: Sun, 23 Aug 2009 23:39:59 +0200 Subject: Fix of a mistake in Code style Handbook --- handbook/codestyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handbook') 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 */ -- cgit v1.2.3