~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/connect.h

  • Committer: Brian Aker
  • Date: 2009-05-30 22:30:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1045.
  • Revision ID: brian@gaz-20090530223005-hmylm6iywddfentm
A lot of little cleanups (most based off lcov)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
extern "C"
30
30
pthread_handler_t handle_one_connection(void *arg);
31
 
bool init_new_connection_handler_thread();
32
31
 
33
32
#endif /* DRIZZLE_SERVER_CONNECT_H */