mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
8 lines
160 B
Text
8 lines
160 B
Text
|
|
// -*- C++ -*- forwarding header.
|
||
|
|
// This file is part of the GNU ANSI C++ Library.
|
||
|
|
|
||
|
|
#ifndef __FUNCTIONAL__
|
||
|
|
#define __FUNCTIONAL__
|
||
|
|
#include <function.h>
|
||
|
|
#endif
|