1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-23 06:25:25 +00:00

Update: Corrected header guard

This commit is contained in:
Philipp Schafft 2018-11-02 11:30:49 +00:00
parent b1979946c4
commit e1532e3e47

View File

@ -16,8 +16,8 @@
* Boston, MA 02110-1301, USA.
*/
#ifndef IGLOO_H
# define IGLOO_H 1
#ifndef _LIBIGLOO__IGLOO_H_
#define _LIBIGLOO__IGLOO_H_
/**
* @file
* Put a good description of this file here
@ -33,4 +33,4 @@ extern "C" {
}
#endif
#endif /* ! IGLOO_H */
#endif /* ! _LIBIGLOO__IGLOO_H_ */