Sha256: fdebbbda52337811c1365e88d1d63071fe7f4289e541efe353271dc0ae4718fd

Contents?: true

Size: 198 Bytes

Versions: 1

Compression:

Stored size: 198 Bytes

Contents

#ifndef RBUV_LOOP_H_
#define RBUV_LOOP_H_

#include "rbuv.h"
#include "handle.h"

typedef struct rbuv_loop_s rbuv_loop_t;

extern VALUE cRbuvLoop;

void Init_rbuv_loop();

#endif  /* RBUV_LOOP_H_ */

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rbuv-0.0.2 ext/rbuv/loop.h