summaryrefslogtreecommitdiff
path: root/gusb/gusb-util.h
blob: 0db697edf38fd2a0426d39f31126de2d8d84d04b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
 *
 * Copyright (C) 2011 Hans de Goede <hdegoede@redhat.com>
 *
 * SPDX-License-Identifier: LGPL-2.1+
 */

#pragma once

#include <glib.h>

G_BEGIN_DECLS

const gchar* g_usb_strerror(gint error_code);

G_END_DECLS