- Timestamp:
- Mar 18, 2004, 9:43:40 AM (21 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- f84bca8
- Parents:
- 1bb1e67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
popexec.c
r8721756 r1971b59 90 90 } 91 91 92 void owl_popexec_inputhandler(int handle, int fd, int eventmask, void *data) { 92 void owl_popexec_inputhandler(int handle, int fd, int eventmask, void *data) 93 { 93 94 owl_popexec *pe = (owl_popexec*)data; 94 95 int navail, bread, rv_navail; … … 165 166 } 166 167 167 void owl_popexec_viewwin_onclose(owl_viewwin *vwin, void *data) { 168 void owl_popexec_viewwin_onclose(owl_viewwin *vwin, void *data) 169 { 168 170 owl_popexec *pe = (owl_popexec*)data; 169 171 int status, rv; … … 186 188 } 187 189 188 void owl_popexec_unref(owl_popexec *pe) { 190 void owl_popexec_unref(owl_popexec *pe) 191 { 189 192 owl_function_debugmsg("unref of %p was %d", pe, pe->refcount); 190 193 pe->refcount--;
Note: See TracChangeset
for help on using the changeset viewer.