/* $Id: skeleton.c-h,v 1.1 1999/06/16 22:54:23 levitte Exp $ */ #ifndef QUEUE_H #define QUEUE_H struct VMS_queue { void *head, *tail; }; #endif /* Emacs local variables Local variables: eval: (set-c-style "BSD") end: */