summaryrefslogtreecommitdiff
path: root/gusb/gusb-util.h
blob: 23664f545ae13575bc5fe416ce69235920c358d0 (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