src/server/plugins/postgresql/resource.h

branch
webdav
changeset 299
f927ef81a12b
parent 271
fd5765c5068c
equal deleted inserted replaced
298:8f5c556120a5 299:f927ef81a12b
24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28 28
29 #ifndef RESOURCE_H 29 #ifndef WS_PG_RESOURCE_H
30 #define RESOURCE_H 30 #define WS_PG_RESOURCE_H
31 31
32 #include "../../public/nsapi.h" 32 #include "../../public/nsapi.h"
33 33
34 #include <libpq-fe.h> 34 #include <libpq-fe.h>
35 35
85 85
86 #ifdef __cplusplus 86 #ifdef __cplusplus
87 } 87 }
88 #endif 88 #endif
89 89
90 #endif /* RESOURCE_H */ 90 #endif /* WS_PG_RESOURCE_H */
91 91

mercurial