X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/bcb2af729883325b5c3c041411b026d125c78869..657fdb79cbec:/lib/eclient-stubs.c diff --git a/lib/eclient-stubs.c b/lib/eclient-stubs.c index b4e37d6..63f5163 100644 --- a/lib/eclient-stubs.c +++ b/lib/eclient-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 . */ +/** @file lib/client-stubs.c + * @brief Generated asynchronous client API implementation + */ int disorder_eclient_adopt(disorder_eclient *c, disorder_eclient_no_response *completed, const char *id, void *v) { return simple(c, no_response_opcallback, (void (*)())completed, v, "adopt", id, (char *)0);