Changeset e2cbbbe for commands.c
- Timestamp:
- Apr 8, 2010, 10:00:41 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- b094191
- Parents:
- 8a5b5a1 (diff), 9a7b4f2 (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
-
commands.c
r8a5b5a1 re2cbbbe 2022 2022 char *owl_command_zcrypt(int argc, const char *const *argv, const char *buff) 2023 2023 { 2024 #ifdef OWL_ENABLE_ZCRYPT2025 2024 owl_zwrite z; 2026 2025 … … 2044 2043 } 2045 2044 return(NULL); 2046 #else2047 owl_function_makemsg("This Owl does not support zcrypt");2048 return NULL;2049 #endif2050 2045 } 2051 2046
Note: See TracChangeset
for help on using the changeset viewer.