File: nl-default.h

package info (click to toggle)
libnl3 3.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,376 kB
  • sloc: ansic: 76,548; sh: 5,210; python: 3,735; makefile: 1,136; cpp: 957; yacc: 487; lex: 218
file content (10 lines) | stat: -rw-r--r-- 181 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: LGPL-2.1-only */

#ifndef __NL_DEFAULT_H__
#define __NL_DEFAULT_H__

#include "config.h"

#include "base/nl-base-utils.h"

#endif /* __NL_DEFAULT_H__ */