~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to drizzled/message/binlog_reader.cc

  • Committer: Monty Taylor
  • Date: 2009-07-07 09:06:29 UTC
  • mto: (1039.68.5 mordred.nocharsets)
  • mto: This revision was merged to the branch mainline in revision 1064.
  • Revision ID: mordred@inaugust.com-20090707090629-38wu0k8s5mq20ty6
Fixed -Wmissing-declarations

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
{