Sha256: 973dd04b733875fd9ef360da5230126ede830b232870c413cea54f4e6ac87517

Contents?: true

Size: 207 Bytes

Versions: 1

Compression:

Stored size: 207 Bytes

Contents

#ifndef RUBY_NATIVE_SFCC_CIM_CLIENT_H
#define RUBY_NATIVE_SFCC_CIM_CLIENT_H

#include "sfcc.h"

void init_cim_client();

extern VALUE cSfccCimClient;
VALUE Sfcc_wrap_cim_client(CIMCClient *client);

#endif

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sfcc-0.5.0 ext/sfcc/cim_client.h