tabular output: fix segmentation fault
[openafs.git] / src / util / work_queue_impl.h
1 /*
2  * Copyright 2008-2010, Sine Nomine Associates and others.
3  * All Rights Reserved.
4  *
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #ifndef AFS_UTIL_WORK_QUEUE_IMPL_H
11 #define AFS_UTIL_WORK_QUEUE_IMPL_H 1
12
13 #include "work_queue.h"
14 #include "work_queue_impl_types.h"
15
16 /**
17  *  implementation-private interfaces for package work_queue.
18  */
19 #endif /* AFS_UTIL_WORK_QUEUE_IMPL_H */