Changeset 7483942 for functions.c
- Timestamp:
- Jan 23, 2012, 5:30:46 PM (13 years ago)
- Parents:
- d126a19 (diff), 6df57d4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
recfbdcc r7483942 993 993 } 994 994 995 bool owl_function_is_away(void) 996 { 997 return owl_global_is_zaway(&g) || 998 owl_global_is_aaway(&g) || 999 owl_perlconfig_perl_call_bool("BarnOwl::Hooks::_get_is_away", 0, NULL); 1000 } 1001 995 1002 void owl_function_quit(void) 996 1003 {
Note: See TracChangeset
for help on using the changeset viewer.