chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
server/*.c: Don't try reading per-user configuration.
[disorder]
/
lib
/
table.c
diff --git
a/lib/table.c
b/lib/table.c
index 7295532c8930269f756138ce288386124cbfb5ef..a646d92f3d7a6b2be3aa1e4aec211c3017c79b70 100644
(file)
--- a/
lib/table.c
+++ b/
lib/table.c
@@
-15,7
+15,9
@@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
+/** @file lib/table.c
+ * @brief Generic binary search
+ */
#include "common.h"
#include "table.h"