hop-2012/experiments/cmsg/queue.h

9 lines
154 B
C
Raw Normal View History

2011-01-05 18:08:13 +00:00
/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
2011-01-05 18:06:59 +00:00
#ifndef cmsg_queue_h
#define cmsg_queue_h
extern void init_queue(void);
#endif