~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/time_functions.h

Merged remove-dead-Item-save_in_field_no_warnings into fix-order_st-BY-comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include "drizzled/sql_error.h"
24
24
#include "drizzled/my_time.h"
25
25
 
 
26
namespace drizzled
 
27
{
 
28
 
26
29
typedef struct st_drizzle_time DRIZZLE_TIME;
27
30
 
28
31
/* Calc weekday from daynr */
134
137
                    int64_t *seconds_out, 
135
138
                    long *microseconds_out);
136
139
 
 
140
} /* namespace drizzled */
 
141
 
137
142
#endif /* DRIZZLED_TIME_FUNCTIONS_H */