~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/local_infile.h

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef LIBDRIZZLECLIENT_LOCAL_INFILE_H
21
 
#define LIBDRIZZLECLIENT_LOCAL_INFILE_H
22
 
 
23
 
#include "drizzle.h"
 
20
#ifndef _libdrizzle_local_infile_h
 
21
#define _libdrizzle_local_infile_h
24
22
 
25
23
#ifdef  __cplusplus
26
24
extern "C" {
27
25
#endif
28
26
 
29
 
bool drizzleclient_handle_local_infile(DRIZZLE *drizzle, const char *net_filename);
 
27
#include <libdrizzle/drizzle.h>
 
28
 
 
29
bool handle_local_infile(DRIZZLE *drizzle, const char *net_filename);
30
30
 
31
31
#ifdef  __cplusplus
32
32
}
33
33
#endif
34
34
 
35
 
#endif /* LIBDRIZZLECLIENT_LOCAL_INFILE_H */
 
35
#endif /* _libdrizzle_local_infile_h */