Sha256: 085dd82e82d283bc77056541c9e4955a127dc0f548c4acc7dabe02b3b23c9592

Contents?: true

Size: 400 Bytes

Versions: 16

Compression:

Stored size: 400 Bytes

Contents

#pragma once

#include "stdint.h"

#ifdef __cplusplus
extern "C" {
#endif

/**
 * Collects all default facts and store them as a C-string in JSON format. 
 * @param result a pointer to the C-string pointer to the collected facts.
 * @return Returns EXIT_FAILURE if it fails to retrieve or copy facts; EXIT_SUCCESS otherwise.
 */
uint8_t get_default_facts(char **result);

#ifdef __cplusplus
}
#endif

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
facter-3.12.2.cfacter.20181217 ext/facter/facter/lib/inc/facter/cwrapper.hpp
facter-3.12.1.cfacter.20181031 ext/facter/facter/lib/inc/facter/cwrapper.hpp
facter-3.11.6.cfacter.20181031 ext/facter/facter/lib/inc/facter/cwrapper.hpp
facter-3.12.1.cfacter.20181023 ext/facter/facter/lib/inc/facter/cwrapper.hpp
facter-3.11.5.cfacter.20181022 ext/facter/facter/lib/inc/facter/cwrapper.hpp
facter-3.12.0.cfacter.20181004 ext/facter/facter/lib/inc/facter/cwrapper.hpp
facter-3.12.0.cfacter.20181001 ext/facter/facter/lib/inc/facter/cwrapper.hpp
facter-3.12.0.cfacter.20180918 ext/facter/facter/lib/inc/facter/cwrapper.hpp
facter-3.11.4.cfacter.20180821 ext/facter/facter/lib/inc/facter/cwrapper.hpp
facter-3.11.3.cfacter.20180716 ext/facter/facter/lib/inc/facter/cwrapper.hpp
facter-3.11.2.cfacter.20180612 ext/facter/facter/lib/inc/facter/cwrapper.hpp
facter-3.9.6.cfacter.20180612 ext/facter/facter/lib/inc/facter/cwrapper.hpp
facter-3.11.2.cfacter.20180606 ext/facter/facter/lib/inc/facter/cwrapper.hpp
facter-3.9.6.cfacter.20180606 ext/facter/facter/lib/inc/facter/cwrapper.hpp
facter-3.11.0.cfacter.20180319 ext/facter/facter/lib/inc/facter/cwrapper.hpp
cfacter-3.11.0.rc.20180314 ext/facter/facter/lib/inc/facter/cwrapper.hpp