/*
**      $VER: msql.h 40.1 (24.11.97)
**
**      prototype/pragma include for msql.library
**
**      (C) Copyright 1997 Christophe Sollet
**      All Rights Reserved.
*/

#ifndef PROTO_MSQL_H
#define PROTO_MSQL_H
#include <exec/types.h>

extern struct Library *MsqlBase;
#include <clib/msql_protos.h>
#include <pragmas/msql_pragmas.h>

#endif /* PROTO_MSQL_H */
