Skip to content

Commit

Permalink
add doxygen header
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Dec 12, 2024
1 parent 3ac7ded commit a1e62c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/net/linux/addrs.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @file linux/addrs.c Get interface addresses (See rtnetlink(7))
*
* Copyright (C) 2024 Sebastian Reimers
*/

#include <string.h>
#include <unistd.h>
#include <linux/netlink.h>
Expand Down

0 comments on commit a1e62c8

Please sign in to comment.