Change-Id: I94a96a08438b915980d47042202869253811e410
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
* Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
*/
-/*
- * This header is meant for liblttng and libust internal use ONLY.
- * These declarations should NOT be considered stable API.
- */
-
#ifndef _LTTNG_UST_ERROR_H
#define _LTTNG_UST_ERROR_H
* Return a human-readable error message for an lttng-ust error code.
* code must be a positive value (or 0).
*/
-extern const char *lttng_ust_strerror(int code);
+const char *lttng_ust_strerror(int code);
#ifdef __cplusplus
}