libptpmgmt  1.4
libptpmgmt library that provides the functionality of linuxptp pmc
ver.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: LGPL-3.0-or-later
2  SPDX-FileCopyrightText: Copyright © 2024 Erez Geva <ErezGeva2@gmail.com> */
3 
15 #ifndef __PTPMGMT_C_VER_H
16 #define __PTPMGMT_C_VER_H
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
26 const char *ptpmgmt_getVersion();
43 
44 #ifdef __cplusplus
45 }
46 #endif
47 
48 #endif /* __PTPMGMT_C_VER_H */
const char * ptpmgmt_getVersion()
int ptpmgmt_getVersionMinor()
unsigned ptpmgmt_getVersionValue()
int ptpmgmt_getVersionMajor()