summaryrefslogtreecommitdiffstats
path: root/src/pacman/check.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/check.h')
-rw-r--r--src/pacman/check.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pacman/check.h b/src/pacman/check.h
index 362a3525..5052376e 100644
--- a/src/pacman/check.h
+++ b/src/pacman/check.h
@@ -17,14 +17,14 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _PM_CHECK_H
-#define _PM_CHECK_H
+#ifndef PM_CHECK_H
+#define PM_CHECK_H
#include <alpm.h>
int check_pkg_fast(alpm_pkg_t *pkg);
int check_pkg_full(alpm_pkg_t *pkg);
-#endif /* _PM_CHECK_H */
+#endif /* PM_CHECK_H */
/* vim: set noet: */