ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/src/ptytty.C
(Generate patch)

Comparing libptytty/src/ptytty.C (file contents):
Revision 1.16 by root, Mon Jan 23 11:22:34 2006 UTC vs.
Revision 1.18 by root, Mon Jan 23 11:23:04 2006 UTC

636extern "C" retval ptytty_ ## name args \ 636extern "C" retval ptytty_ ## name args \
637{ return ptytty::name args; } 637{ return ptytty::name args; }
638 638
639DEFINE_STATIC(void,drop_privileges,()) 639DEFINE_STATIC(void,drop_privileges,())
640DEFINE_STATIC(void,use_helper,()) 640DEFINE_STATIC(void,use_helper,())
641
642DEFINE_STATIC(void,init,()) 641DEFINE_STATIC(void,init,())
642
643DEFINE_STATIC(void *,create,()) 643DEFINE_STATIC(void *,create,())
644 644
645void ptytty_delete (void *ptytty) 645void ptytty_delete (void *ptytty)
646{ 646{
647 delete (struct ptytty *)ptytty; 647 delete (struct ptytty *)ptytty;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines