Skip to content

Commit

Permalink
[nozzle] add Doxygen header
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Apr 20, 2018
1 parent 17ee855 commit b4e480b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions libnozzle/libnozzle.h
Expand Up @@ -15,6 +15,15 @@
#define IFNAMSIZ 16
#endif

/**
*
* @file libnozzle.h
* @brief tap interfaces management API include file
* @copyright Copyright (C) 2010-2017 Red Hat, Inc. All rights reserved.
*
* nozzle is a commodity library to manage tap (ethernet) interfaces
*/

typedef struct _iface *tap_t;

tap_t tap_open(char *dev, size_t dev_size, const char *updownpath);
Expand Down

0 comments on commit b4e480b

Please sign in to comment.