From: Michael Stapelberg Date: Fri, 29 Jul 2011 11:16:26 +0000 (+0200) Subject: remove unnecessary 'extern' keyword from function prototypes in include/xcursor.h X-Git-Tag: 4.0~14^2~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1b0d6ab202f0eb494516a4bd1822358e884951fd;p=i3%2Fi3 remove unnecessary 'extern' keyword from function prototypes in include/xcursor.h --- 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.