~drizzle-trunk/libdrizzle/jenkins-Libdrizzle-6

« back to all changes in this revision

Viewing changes to libdrizzle/binlog.h

  • Committer: Andrew Hutchings
  • Date: 2012-12-17 12:03:43 UTC
  • mfrom: (44.1.1 libdrizzle)
  • Revision ID: andrew@linuxjedi.co.uk-20121217120343-tgde4ngz85yc6rsq
Merge in Brian's autoconf work

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
#pragma once
39
39
 
 
40
#ifdef __cplusplus
 
41
extern "C" {
 
42
#endif
 
43
 
40
44
DRIZZLE_API
41
45
drizzle_result_st *drizzle_start_binlog(drizzle_con_st *con,
42
46
                                        uint32_t server_id,
50
54
 
51
55
DRIZZLE_LOCAL
52
56
drizzle_return_t drizzle_state_binlog_read(drizzle_con_st *con);
 
57
 
 
58
#ifdef __cplusplus
 
59
}
 
60
#endif