Pray, 'cuz nobody ever survives
This commit is contained in:
parent
f13fdc38f6
commit
89d900b916
2 changed files with 4 additions and 4 deletions
|
@ -32,8 +32,8 @@ typedef struct _hexagram_can_stream hexagram_can_stream;
|
||||||
|
|
||||||
hexagram_can_stream *hexagram_can_stream_open_fd(int fd);
|
hexagram_can_stream *hexagram_can_stream_open_fd(int fd);
|
||||||
|
|
||||||
hexagram_can_stream *hexagram_can_stream_create(const char *file,
|
hexagram_can_stream *hexagram_can_stream_create_file(const char *file,
|
||||||
const char *iface);
|
const char *iface);
|
||||||
|
|
||||||
void hexagram_can_stream_destroy(hexagram_can_stream *stream);
|
void hexagram_can_stream_destroy(hexagram_can_stream *stream);
|
||||||
|
|
||||||
|
|
|
@ -58,8 +58,8 @@ error_malloc:
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
hexagram_can_stream *hexagram_can_stream_create(const char *file,
|
hexagram_can_stream *hexagram_can_stream_create_file(const char *file,
|
||||||
const char *iface) {
|
const char *iface) {
|
||||||
int fd;
|
int fd;
|
||||||
hexagram_can_dump header;
|
hexagram_can_dump header;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue