Changeset e2cbbbe for commands.c


Ignore:
Timestamp:
Apr 8, 2010, 10:00:41 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
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.
Message:
Merge branch 'refactor-zcrypt'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r8a5b5a1 re2cbbbe  
    20222022char *owl_command_zcrypt(int argc, const char *const *argv, const char *buff)
    20232023{
    2024 #ifdef OWL_ENABLE_ZCRYPT
    20252024  owl_zwrite z;
    20262025
     
    20442043  }
    20452044  return(NULL);
    2046 #else
    2047   owl_function_makemsg("This Owl does not support zcrypt");
    2048   return NULL;
    2049 #endif
    20502045}
    20512046
Note: See TracChangeset for help on using the changeset viewer.