File:  [CSRG BSD Unix] / 43BSDReno / contrib / isode-beta / doc / practical-osi1 / figureA-61.c
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 24 16:12:56 2018 UTC (8 years, 1 month ago) by root
CVS tags: MAIN, HEAD
Initial revision

	case OK:		/* got a result/error response */
	    switch (response) {
		case RY_RESULT:	/* got a result */
		    {
			register struct type_MODULE_result *res =
				    (struct type_MODULE_result *) out;

/* do something with ``res'' here... */

			free_MODULE_result (res);
			break;
		    }
	
		case error_MODULE_error1:
		    {
			register struct type_MODULE_parameter *parm =
				    (struct type_MODULE_parameter *) out;

/* do something with ``parm'' here... */

			free_MODULE_parameter (parm);
			break;
		    }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.