- Timestamp:
- Jun 21, 2011, 11:19:09 PM (13 years ago)
- Children:
- c66ec48
- Parents:
- b15f9e9
- git-author:
- David Benjamin <davidben@mit.edu> (05/24/11 02:10:33)
- git-committer:
- David Benjamin <davidben@mit.edu> (06/21/11 23:19:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
global.c
r7df7be2 rc5c5686 105 105 106 106 owl_message_init_fmtext_cache(); 107 owl_list_create(&(g->io_dispatch_list));108 107 g->kill_buffer = NULL; 109 108 … … 838 837 { 839 838 return(&(g->startup_tio)); 840 }841 842 owl_list *owl_global_get_io_dispatch_list(owl_global *g)843 {844 return &(g->io_dispatch_list);845 839 } 846 840
Note: See TracChangeset
for help on using the changeset viewer.