Changeset d564c3d for commands.c
- Timestamp:
- Mar 17, 2010, 11:15:36 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 2b7ef0a
- Parents:
- dfe94f9
- git-author:
- Nelson Elhage <nelhage@ksplice.com> (03/17/10 22:55:20)
- git-committer:
- Nelson Elhage <nelhage@ksplice.com> (03/17/10 23:15:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
rf449096 rd564c3d 1962 1962 char *owl_command_zcrypt(int argc, const char *const *argv, const char *buff) 1963 1963 { 1964 #ifdef OWL_ENABLE_ZCRYPT1965 1964 owl_zwrite z; 1966 1965 … … 1984 1983 } 1985 1984 return(NULL); 1986 #else1987 owl_function_makemsg("This Owl does not support zcrypt");1988 return NULL;1989 #endif1990 1985 } 1991 1986
Note: See TracChangeset
for help on using the changeset viewer.