diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-10-01 11:26:50 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-10-01 11:26:50 +0200 |
commit | 147133679740be943b021d93271cea9d04752ef2 (patch) | |
tree | 57634fdb73e3391f861eb3ea5787ba9542f81009 /lib/system.h | |
parent | 9e29e5be692a074b72e6817879635669d518d30b (diff) | |
download | gnutls-147133679740be943b021d93271cea9d04752ef2.tar.gz |
Fix some syntax-check errors.
Diffstat (limited to 'lib/system.h')
-rw-r--r-- | lib/system.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/system.h b/lib/system.h index e42e4853a3..a8257d4382 100644 --- a/lib/system.h +++ b/lib/system.h @@ -31,4 +31,3 @@ ssize_t system_read_peek(gnutls_transport_ptr ptr, void* data, size_t data_size) int _gnutls_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)); #endif /* SYSTEM_H */ - |