From 0d2ba870c96d1b4b3d5fabfabe303bc6b1c989fd Mon Sep 17 00:00:00 2001 From: Ivy Foster Date: Sat, 3 Sep 2016 22:14:49 -0500 Subject: Do not #define _RESERVED_IDENTIFIERS Signed-off-by: Ivy Foster Signed-off-by: Allan McRae --- src/pacman/callback.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pacman/callback.h') diff --git a/src/pacman/callback.h b/src/pacman/callback.h index fc83fb70..ad395e9d 100644 --- a/src/pacman/callback.h +++ b/src/pacman/callback.h @@ -17,8 +17,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifndef _PM_CALLBACK_H -#define _PM_CALLBACK_H +#ifndef PM_CALLBACK_H +#define PM_CALLBACK_H #include /* off_t */ @@ -43,6 +43,6 @@ void cb_dl_progress(const char *filename, off_t file_xfered, off_t file_total); __attribute__((format(printf, 2, 0))) void cb_log(alpm_loglevel_t level, const char *fmt, va_list args); -#endif /* _PM_CALLBACK_H */ +#endif /* PM_CALLBACK_H */ /* vim: set noet: */ -- cgit v1.2.3-54-g00ecf