updated header comments
This commit is contained in:
parent
436c9ed7e4
commit
2afa74ee81
11 changed files with 23 additions and 15 deletions
|
|
@ -1,6 +1,14 @@
|
|||
/* common/rbtree.h
|
||||
*
|
||||
* Copyright (C) 2010 Henrik Hautakoski <henrik@fiktivkod.org>
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*/
|
||||
|
||||
#ifndef __COMMON_RBTREE_H
|
||||
|
||||
#define __COMMON_RBTREE_H
|
||||
|
||||
#define RB_RED 0
|
||||
|
|
|
|||
Reference in a new issue