libdap Updated for version 3.20.11
libdap4 is an implementation of OPeNDAP's DAP protocol.
cgi_util.h
1/*
2 * cgi_util.h
3 *
4 * Compatibility header file. Use <mime_util.h> instead.
5 *
6 * Created on: Aug 27, 2009
7 * Author: jimg
8 */
9
10#ifndef CGI_UTIL_H_
11#define CGI_UTIL_H_
12
13#include <mime_util.h>
14
15#endif /* CGI_UTIL_H_ */