/* Do not remove the headers from this file! see /USAGE for more info. */

/*
 * Beek - classes should be inherited, not included
 */

class alias {
  string template;
  string* defaults;
  int num_args;
  int global_alias_status;
}

