• source navigation  • diff markup  • identifier search  • freetext search  • 

Sources/odhcpd/src/statefiles.h

  1 /*
  2  * SPDX-FileCopyrightText: 2024 David Härdeman <david@hardeman.nu>
  3  *
  4  * SPDX-License-Identifier: GPL2.0-only
  5  */
  6 
  7 #ifndef _STATEFILES_H_
  8 #define _STATEFILES_H_
  9 
 10 #define ODHCPD_HOSTS_FILE_PREFIX "odhcpd.hosts"
 11 
 12 bool statefiles_write(void);
 13 
 14 #endif /* _STATEFILES_H_ */
 15 

This page was automatically generated by LXR 0.3.1.  •  OpenWrt