2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

util: A generic function to convert error to string for windows.

More users will be added in an upcoming commit.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Gurucharan Shetty
2014-01-16 13:49:38 -08:00
parent 9d0581fdf2
commit 06f14c92f6
3 changed files with 22 additions and 11 deletions

View File

@@ -490,6 +490,11 @@ void bitwise_put(uint64_t value,
uint64_t bitwise_get(const void *src, unsigned int src_len,
unsigned int src_ofs, unsigned int n_bits);
#ifdef _WIN32
char *ovs_lasterror_to_string(void);
#endif
#ifdef __cplusplus
}
#endif