X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/bcb2af729883325b5c3c041411b026d125c78869..5a65808b735f2126bc0a5d1a7075692228294c1b:/lib/eclient-stubs.c?ds=sidebyside 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);