api.go
 1  package api
 2  
 3  /*
 4  * Copyright (c) 2021-2022, The PurpleI2P Project
 5  *
 6  * This file is part of Purple i2pd project and licensed under BSD3
 7  *
 8  * See full license text in LICENSE file at top of project tree
 9   */
10  
11  /*
12  #cgo CXXFLAGS: -I${SRCDIR}/../i18n -I${SRCDIR}/../libi2pd_client -I${SRCDIR}/../libi2pd -g -Wall -Wextra -Wno-unused-parameter -pedantic -Wno-psabi -fPIC -D__AES__ -maes
13  #cgo LDFLAGS: -L${SRCDIR}/ -l:../libi2pdwrapper.a -l:../libi2pd.a -l:../libi2pdlang.a -latomic -lcrypto -lssl -lz -lboost_system -lboost_date_time -lboost_filesystem -lboost_program_options -lpthread -lstdc++
14  */
15  import "C"