/usr/include/dacs/addons.h is in libdacs-dev 1.4.38a-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | /*
* Copyright (c) 2003-2014
* Distributed Systems Software. All rights reserved.
* See the file LICENSE for redistribution information.
*
* $Id: addons.h 2680 2014-03-16 16:26:19Z brachman $
*/
#ifndef _ADDONS_H_
#define _ADDONS_H_
#ifdef ENABLE_ADDONS
#include "ds.h"
#ifdef __cplusplus
extern "C" {
#endif
extern Dsvec *load_item_type_into_list(char *item_type);
#ifdef __cplusplus
}
#endif
#endif
#endif
|