Skip to content

Commit

Permalink
mi: declare/move MI_DATE_BUF_LEN into the mi headers
Browse files Browse the repository at this point in the history
(cherry picked from commit 8925239)
  • Loading branch information
ovidiusas committed Mar 24, 2014
1 parent a345f50 commit 0bc24b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions mi/tree.h
Expand Up @@ -65,6 +65,8 @@ struct mi_handler;
#define MI_MISSING_PARM MI_MISSING_PARM_S
#define MI_BAD_PARM MI_BAD_PARM_S

#define MI_DATE_BUF_LEN 21

struct mi_node {
str value;
str name;
Expand Down
2 changes: 0 additions & 2 deletions modules/dialog/dlg_hash.c
Expand Up @@ -63,8 +63,6 @@
#define MAX_LDG_LOCKS 2048
#define MIN_LDG_LOCKS 2

#define MI_DATE_BUF_LEN 21


extern struct tm_binds d_tmb;
extern int last_dst_leg;
Expand Down

0 comments on commit 0bc24b5

Please sign in to comment.