[PATCH 07/11] wmtop: Remove inline keywords.

Doug Torrance <[email protected]>
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
Otherwise, build fails with "error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘void’" if using ANSI C.
---
 wmtop/wmtop.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/wmtop/wmtop.c b/wmtop/wmtop.c
index 3585a0d..9125ffc 100644
--- a/wmtop/wmtop.c
+++ b/wmtop/wmtop.c
@@ -258,7 +258,7 @@ int update_process_table(void);
 int calculate_cpu(struct process *);
 void process_cleanup(void);
 void delete_process(struct process *);
-inline void draw_processes(void);
+void draw_processes(void);
 int calc_cpu_total(void);
 void calc_cpu_each(int);
 #if defined(LINUX)
@@ -267,9 +267,9 @@ void calc_mem_each(int);
 #endif
 int process_find_top_three(struct process **);
 void draw_bar(int, int, int, int, float, int, int);
-inline void blit_string(char *, int, int);
+void blit_string(char *, int, int);
 void usage(void);
-inline void printversion(void);
+void printversion(void);
 
 /******************************************/
 /* Main                                   */
-- 
2.5.0


-- 
To unsubscribe, send mail to [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.