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 Nov 24, 2017
1 parent e7927a8 commit f1823e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions libnozzle/libnozzle.h
Original file line number Diff line number Diff line change
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 f1823e1

Please sign in to comment.