Changeset 2febcae for functions.c
- Timestamp:
- Dec 31, 2007, 10:38:43 PM (17 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 47519e1b
- Parents:
- 7b1d048 (diff), 3617286 (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
r5376a95 r2febcae 1338 1338 } 1339 1339 1340 voidowl_function_subscribe(char *class, char *inst, char *recip)1340 int owl_function_subscribe(char *class, char *inst, char *recip) 1341 1341 { 1342 1342 int ret; … … 1348 1348 owl_function_makemsg("Subscribed."); 1349 1349 } 1350 return(ret); 1350 1351 } 1351 1352
Note: See TracChangeset
for help on using the changeset viewer.