index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Ivy Foster <ivy.foster@gmail.com> | 2016-09-03 22:14:49 -0500 |
---|---|---|
committer | Andrew Gregory <andrew.gregory.8@gmail.com> | 2017-05-08 23:27:43 -0400 |
commit | c889403cf71f0d94d6bcc0cf1fac4790668f4635 (patch) | |
tree | 0cf0032d26748126b94d7ae14d4405a1a9203aa1 /lib/libalpm/graph.h | |
parent | 537f8c881cbecab587c1edb741640e0ff6b78504 (diff) |
-rw-r--r-- | lib/libalpm/graph.h | 6 |
diff --git a/lib/libalpm/graph.h b/lib/libalpm/graph.h index 76a268a5..22f0aa9d 100644 --- a/lib/libalpm/graph.h +++ b/lib/libalpm/graph.h @@ -16,8 +16,8 @@ * 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_GRAPH_H -#define _ALPM_GRAPH_H +#ifndef ALPM_GRAPH_H +#define ALPM_GRAPH_H #include <sys/types.h> /* off_t */ @@ -35,6 +35,6 @@ typedef struct __alpm_graph_t { alpm_graph_t *_alpm_graph_new(void); void _alpm_graph_free(void *data); -#endif /* _ALPM_GRAPH_H */ +#endif /* ALPM_GRAPH_H */ /* vim: set noet: */ |