From 1b0d6ab202f0eb494516a4bd1822358e884951fd Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 29 Jul 2011 13:16:26 +0200 Subject: [PATCH] remove unnecessary 'extern' keyword from function prototypes in include/xcursor.h --- include/xcursor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/xcursor.h b/include/xcursor.h index af70cf1e..e129a36f 100644 --- a/include/xcursor.h +++ b/include/xcursor.h @@ -13,9 +13,9 @@ enum xcursor_cursor_t { XCURSOR_CURSOR_MAX }; -extern void xcursor_load_cursors(); -extern Cursor xcursor_get_cursor(enum xcursor_cursor_t c); -extern int xcursor_get_xcb_cursor(enum xcursor_cursor_t c); +void xcursor_load_cursors(); +Cursor xcursor_get_cursor(enum xcursor_cursor_t c); +int xcursor_get_xcb_cursor(enum xcursor_cursor_t c); /** * Sets the cursor of the root window to the 'pointer' cursor.