|
|
1.1 ! root 1: /* llib-lquipu - quipu lint library */ ! 2: ! 3: /* ! 4: * NOTICE ! 5: * ! 6: * Acquisition, use, and distribution of this module and related ! 7: * materials are subject to the restrictions of a license agreement. ! 8: * Consult the Preface in the User's Manual for the full terms of ! 9: * this agreement. ! 10: * ! 11: */ ! 12: ! 13: #include "quipu/util.h" ! 14: #include "quipu/entry.h" ! 15: #include "quipu/connection.h" ! 16: #include <sys/types.h> ! 17: #include "usr.dirent.h" ! 18: #include "quipu/list.h" ! 19: ! 20: reset_arg () ! 21: { ! 22: (void) reset_arg(); ! 23: } ! 24: ! 25: print_arg_error (opt) ! 26: PS opt; ! 27: { ! 28: return (print_arg_error(opt)); ! 29: } ! 30: ! 31: int test_arg (x, y, c) ! 32: char *x; ! 33: char *y; ! 34: int c; ! 35: { ! 36: return test_arg (x, y, c); ! 37: } ! 38: ! 39: ! 40: set_default_service (opt) ! 41: PS opt; ! 42: { ! 43: return (set_default_service(opt)); ! 44: } ! 45: ! 46: int get_default_service (ca) ! 47: CommonArgs * ca; ! 48: { ! 49: return (get_default_service(ca)); ! 50: } ! 51: ! 52: int service_control (opt,argc, argv, ca) ! 53: PS opt; ! 54: int argc; ! 55: char **argv; ! 56: CommonArgs *ca; ! 57: { ! 58: return service_control (opt,argc, argv, ca); ! 59: } ! 60: ! 61: int do_service_control (opt,argc, argv, ca) ! 62: PS opt; ! 63: int argc; ! 64: char **argv; ! 65: CommonArgs *ca; ! 66: { ! 67: return do_service_control (opt,argc, argv, ca); ! 68: } ! 69: ! 70: shuffle_up (argc, argv, start) ! 71: register int argc; ! 72: char **argv; ! 73: register int start; ! 74: { ! 75: (void) shuffle_up (argc, argv, start); ! 76: } ! 77: ! 78: new_service (ptr) ! 79: char * ptr; ! 80: { ! 81: (void) new_service(ptr); ! 82: } ! 83:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.