Sha256: 350e9f715fa5aa2055b7d91f64911ed9ec2646792cce447418f93b94baf30210
Contents?: true
Size: 1.06 KB
Versions: 8
Compression:
Stored size: 1.06 KB
Contents
/* Copyright(C) 2015 Brazil This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef GROONGA_WINDOWS_EVENT_LOGGER_H #define GROONGA_WINDOWS_EVENT_LOGGER_H #ifdef __cplusplus extern "C" { #endif GRN_API grn_rc grn_windows_event_logger_set(grn_ctx *ctx, const char *event_source_name); #ifdef __cplusplus } #endif #endif /* GROONGA_WINDOWS_EVENT_LOGGER_H */
Version data entries
8 entries across 8 versions & 1 rubygems