comparison scid/page-index.c @ 33:1d0ddf9e6efd

misc: general documentation
author David Demelier <markand@malikania.fr>
date Thu, 04 Aug 2022 16:47:10 +0200
parents 081e1c258e64
children 752bb1cd2dd8
comparison
equal deleted inserted replaced
32:081e1c258e64 33:1d0ddf9e6efd
1 /* 1 /*
2 * page-index.c -- page / 2 * page-index.c -- page / route
3 * 3 *
4 * Copyright (c) 2021-2022 David Demelier <markand@malikania.fr> 4 * Copyright (c) 2021-2022 David Demelier <markand@malikania.fr>
5 * 5 *
6 * Permission to use, copy, modify, and/or distribute this software for any 6 * Permission to use, copy, modify, and/or distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above 7 * purpose with or without fee is hereby granted, provided that the above
18 18
19 #include <errno.h> 19 #include <errno.h>
20 #include <string.h> 20 #include <string.h>
21 21
22 #include "db.h" 22 #include "db.h"
23 #include "log.h"
24 #include "pageutil.h" 23 #include "pageutil.h"
25 #include "scid.h" 24 #include "scid.h"
26 #include "theme.h" 25 #include "theme.h"
27 #include "util.h" 26 #include "util.h"
28 27