~m-grant-prg/libmgesysutils/bionic

« back to all changes in this revision

Viewing changes to src/prg/c/inc/remsyslog.h

  • Committer: Mark Grant
  • Date: 2019-11-05 09:02:57 UTC
  • mfrom: (2.1.27)
  • Revision ID: m.grant.prg@gmail.com-20191105090257-fcrfivqxphls7efe
Merge new development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 * Released under the GPLv3 only.\n
12
12
 * SPDX-License-Identifier: GPL-3.0
13
13
 *
14
 
 * @version _v1.0.7 ==== 16/05/2019_
 
14
 * @version _v1.0.8 ==== 30/10/2019_
15
15
 */
16
16
 
17
17
/* **********************************************************************
27
27
 * 10/11/2017   MG      1.0.5   Add SPDX license tag.                   *
28
28
 * 02/01/2018   MG      1.0.6   Move to new source directory structure. *
29
29
 * 16/05/2019   MG      1.0.7   Collapse AT subprojects into one.       *
 
30
 * 30/10/2019   MG      1.0.8   Apply clang-format.                     *
30
31
 *                                                                      *
31
32
 ************************************************************************
32
33
 */
33
34
 
34
 
 
35
35
#ifndef REMSYSLOG_H
36
36
#define REMSYSLOG_H
37
37
 
38
 
 
39
38
#include <portability.h>
40
39
 
41
40
BEGIN_C_DECLS
42
41
 
43
42
int sndremsyslogmsg(const char *hostname, const char *prog_name,
44
 
                        const char *message);
 
43
                    const char *message);
45
44
 
46
45
END_C_DECLS
47
46