/* llib-lquipu - quipu lint library */ /* * NOTICE * * Acquisition, use, and distribution of this module and related * materials are subject to the restrictions of a license agreement. * Consult the Preface in the User's Manual for the full terms of * this agreement. * */ #include "quipu/util.h" #include "quipu/entry.h" #include "quipu/connection.h" #include #include "usr.dirent.h" #include "quipu/list.h" reset_arg () { (void) reset_arg(); } print_arg_error (opt) PS opt; { return (print_arg_error(opt)); } int test_arg (x, y, c) char *x; char *y; int c; { return test_arg (x, y, c); } set_default_service (opt) PS opt; { return (set_default_service(opt)); } int get_default_service (ca) CommonArgs * ca; { return (get_default_service(ca)); } int service_control (opt,argc, argv, ca) PS opt; int argc; char **argv; CommonArgs *ca; { return service_control (opt,argc, argv, ca); } int do_service_control (opt,argc, argv, ca) PS opt; int argc; char **argv; CommonArgs *ca; { return do_service_control (opt,argc, argv, ca); } shuffle_up (argc, argv, start) register int argc; char **argv; register int start; { (void) shuffle_up (argc, argv, start); } new_service (ptr) char * ptr; { (void) new_service(ptr); }