updated header comments and guards
This commit is contained in:
parent
a908cf92af
commit
ff89dd2ded
10 changed files with 29 additions and 29 deletions
|
|
@ -11,8 +11,8 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __NOTIFY_QUEUE_H
|
||||
#define __NOTIFY_QUEUE_H
|
||||
#ifndef __QUEUE_H
|
||||
#define __QUEUE_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
|
|
@ -32,4 +32,4 @@ void queue_clear(queue_t q);
|
|||
|
||||
void queue_destroy(queue_t q);
|
||||
|
||||
#endif /* __NOTIFY_QUEUE_H */
|
||||
#endif /* __QUEUE_H */
|
||||
|
|
|
|||
Reference in a new issue