summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/group.h')
-rw-r--r--lib/libalpm/group.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libalpm/group.h b/lib/libalpm/group.h
index 1db4e364..aa330761 100644
--- a/lib/libalpm/group.h
+++ b/lib/libalpm/group.h
@@ -17,14 +17,14 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _ALPM_GROUP_H
-#define _ALPM_GROUP_H
+#ifndef ALPM_GROUP_H
+#define ALPM_GROUP_H
#include "alpm.h"
alpm_group_t *_alpm_group_new(const char *name);
void _alpm_group_free(alpm_group_t *grp);
-#endif /* _ALPM_GROUP_H */
+#endif /* ALPM_GROUP_H */
/* vim: set noet: */