NAME

gbatch_ciadd - add a command interpreter


SYNOPSIS

#include <gbatch.h>

int gbatch_ciadd(const int fd, const unsigned flags, const Cmdint *newci, unsigned *indx)


DESCRIPTION

The function gbatch_ciadd is used to create a new command interpreter on a GNUbatch server. The invoking user must have special create permission or the call will be rejected.

fd is a file descriptor which was previously returned by a successful call to gbatch_open(3).

flags is currently unused, but reserved for future use.

newci is a pointer to a structure containing the new command interpreter details.

indx is a pointer to an unsigned location into which the index number of the new command interpreter is placed.


RETURN VALUES

The function returns 0 if successful otherwise one of the error codes listed at the start of this chapter.


SEE ALSO

gbatch_cidel(3), gbatch_ciread(3), gbatch_ciupd(3).


COPYRIGHT

Copyright (c) 2009 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law.


AUTHOR

John M Collins, Xi Software Ltd.