All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 6/7] tabled: add extern to function prototype
@ 2009-08-13  5:29 Pete Zaitcev
  0 siblings, 0 replies; only message in thread
From: Pete Zaitcev @ 2009-08-13  5:29 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Project Hail List

If nothing else it lines up the code better.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>

diff --git a/server/tabled.h b/server/tabled.h
index 4c7cd95..357be73 100644
--- a/server/tabled.h
+++ b/server/tabled.h
@@ -297,7 +297,7 @@ extern int cli_req_avail(struct client *cli);
 extern void applog(int prio, const char *fmt, ...);
 
 /* config.c */
-void read_config(void);
+extern void read_config(void);
 
 /* storage.c */
 extern int stor_open(struct open_chunk *cep, struct storage_node *stn);

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-13  5:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-13  5:29 [Patch 6/7] tabled: add extern to function prototype Pete Zaitcev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.