~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.h

  • Committer: Monty Taylor
  • Date: 2009-05-16 06:30:40 UTC
  • mto: (1022.4.2 update-to-gcc-44)
  • mto: This revision was merged to the branch mainline in revision 1030.
  • Revision ID: mordred@inaugust.com-20090516063040-echhdwkmo7ylys9c
Small cleanup inspired by merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
int table_proto_exists(const char *path);
30
30
int copy_table_proto_file(const char *from, const char* to);
31
31
 
32
 
#if defined(__cplusplus)
33
 
extern "C" {
34
 
#endif
35
 
 
36
 
#ifndef NO_ALARM_LOOP
37
 
#define NO_ALARM_LOOP           /* lib5 and popen can't use alarm */
38
 
#endif
39
 
 
40
32
void unireg_end(void) __attribute__((noreturn));
41
33
void unireg_abort(int exit_code) __attribute__((noreturn));
42
34
 
48
40
                     handler *file, bool is_like);
49
41
 
50
42
 
51
 
#if defined(__cplusplus)
52
 
}
53
 
#endif
54
 
 
55
 
 
56
43
#endif /* DRIZZLED_UNIREG_H */