mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
update include guard names
This commit is contained in:
parent
03ca37c12e
commit
37f7c7f374
114 changed files with 232 additions and 232 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __CAPSICUM_H
|
||||
#define __CAPSICUM_H
|
||||
#ifndef IRSSI_CORE_CAPSICUM_H
|
||||
#define IRSSI_CORE_CAPSICUM_H
|
||||
|
||||
gboolean capsicum_enabled(void);
|
||||
int capsicum_net_connect_ip(IPADDR *ip, int port, IPADDR *my_ip);
|
||||
|
|
@ -12,4 +12,4 @@ void capsicum_mkdir_with_parents_wrapper(const char *path, int mode);
|
|||
void capsicum_init(void);
|
||||
void capsicum_deinit(void);
|
||||
|
||||
#endif /* !__CAPSICUM_H */
|
||||
#endif /* !IRSSI_CORE_CAPSICUM_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue