- Timestamp:
- May 16, 2010, 1:15:25 AM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- c314f39
- Parents:
- f034ac0
- git-author:
- David Benjamin <davidben@mit.edu> (05/15/10 17:38:31)
- git-committer:
- David Benjamin <davidben@mit.edu> (05/16/10 01:15:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
global.c
r0881cdd r3f6555d 113 113 g->pseudologin_notify = 0; 114 114 115 owl_obarray_init(&(g->obarray));116 117 115 owl_message_init_fmtext_cache(); 118 116 owl_list_create(&(g->io_dispatch_list)); … … 1012 1010 } 1013 1011 1014 const char * owl_global_intern(owl_global *g, const char * string)1015 {1016 return owl_obarray_insert(&(g->obarray), string);1017 }1018 1019 1012 owl_list *owl_global_get_io_dispatch_list(owl_global *g) 1020 1013 {
Note: See TracChangeset
for help on using the changeset viewer.