~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/binlog_reader.cc

  • Committer: Brian Aker
  • Date: 2009-07-09 19:49:32 UTC
  • mfrom: (1085.1.10 mordred)
  • Revision ID: brian@gaz-20090709194932-o90qfzgk9xem5di1
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
using namespace google::protobuf;
17
17
using namespace google::protobuf::io;
18
18
 
19
 
void print_usage_and_exit(char *prog) {
 
19
static void print_usage_and_exit(char *prog) {
20
20
  using std::cerr;
21
21
  const char *name= strrchr(prog, '/');
22
22
 
31
31
}
32
32
 
33
33
 
34
 
void
35
 
print_event(BinaryLog::Event *)
36
 
{
37
 
}
38
 
 
39
 
 
40
34
int
41
35
main(int argc, char *argv[])
42
36
{