chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
protogen: a bit more generated docs tidying
[disorder]
/
lib
/
client-stubs.c
diff --git
a/lib/client-stubs.c
b/lib/client-stubs.c
index 6aaa5595965f12bf1e8ae38c2a3fe6a3ad7e0ef8..10a1fb2e218741190fc11bbd53d10291e859a1bf 100644
(file)
--- a/
lib/client-stubs.c
+++ b/
lib/client-stubs.c
@@
-20,6
+20,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/>.
*/
* 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/client-stubs.c
+ * @brief Generated client API implementation
+ */
int disorder_adopt(disorder_client *c, const char *id) {
return disorder_simple(c, NULL, "adopt", id, (char *)NULL);
int disorder_adopt(disorder_client *c, const char *id) {
return disorder_simple(c, NULL, "adopt", id, (char *)NULL);