File: stream.h

package info (click to toggle)
ruby-libvirt 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 832 kB
  • sloc: ansic: 8,052; ruby: 2,541; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#ifndef STREAM_H
#define STREAM_H

void ruby_libvirt_stream_init(void);

VALUE ruby_libvirt_stream_new(virStreamPtr s, VALUE conn);
virStreamPtr ruby_libvirt_stream_get(VALUE s);

#endif