summaryrefslogtreecommitdiffstats
path: root/netax25
diff options
context:
space:
mode:
Diffstat (limited to 'netax25')
-rw-r--r--netax25/ax25io.h2
-rw-r--r--netax25/axconfig.h2
-rw-r--r--netax25/axlib.h4
-rw-r--r--netax25/daemon.h6
-rw-r--r--netax25/mheard.h4
-rw-r--r--netax25/nrconfig.h2
-rw-r--r--netax25/procutils.h4
-rw-r--r--netax25/rsconfig.h2
-rw-r--r--netax25/ttyutils.h4
9 files changed, 15 insertions, 15 deletions
diff --git a/netax25/ax25io.h b/netax25/ax25io.h
index b699bcd..5d143b1 100644
--- a/netax25/ax25io.h
+++ b/netax25/ax25io.h
@@ -1,6 +1,6 @@
/* AX25IO - Library for io manuipulation for AX.25 programs
* Copyright (C) 1998 Tomi Manninen
- *
+ *
* 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
diff --git a/netax25/axconfig.h b/netax25/axconfig.h
index 116f985..956de5e 100644
--- a/netax25/axconfig.h
+++ b/netax25/axconfig.h
@@ -1,7 +1,7 @@
/* LIBAX25 - Library for AX.25 programs
* Copyright (C) 1997-1999 Jonathan Naylor, Tomi Manninen, Jean-Paul Roubelat
* and Alan Cox.
- *
+ *
* 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
diff --git a/netax25/axlib.h b/netax25/axlib.h
index 1164059..61078d8 100644
--- a/netax25/axlib.h
+++ b/netax25/axlib.h
@@ -1,7 +1,7 @@
/* LIBAX25 - Library for AX.25 programs
* Copyright (C) 1997-1999 Jonathan Naylor, Tomi Manninen, Jean-Paul Roubelat
* and Alan Cox.
- *
+ *
* 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
@@ -21,7 +21,7 @@
* Callsign conversion functions, converts callsigns into network bit
* shifted format and vica versa.
*/
-
+
#ifndef _AXLIB_H
#define _AXLIB_H
diff --git a/netax25/daemon.h b/netax25/daemon.h
index cd9c220..ff00886 100644
--- a/netax25/daemon.h
+++ b/netax25/daemon.h
@@ -1,7 +1,7 @@
/* LIBAX25 - Library for AX.25 programs
* Copyright (C) 1997-1999 Jonathan Naylor, Tomi Manninen, Jean-Paul Roubelat
* and Alan Cox.
- *
+ *
* 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
@@ -20,7 +20,7 @@
/*
* Function to convert a running process into a "proper" daemon.
*/
-
+
#ifndef _DAEMON_H
#define _DAEMON_H
@@ -38,7 +38,7 @@ extern "C" {
/*
* The argument is whether to ignore the death of child processes. The function
- * return non-zero if all was OK, else zero if there was a problem.
+ * return non-zero if all was OK, else zero if there was a problem.
*/
extern int daemon_start(int);
diff --git a/netax25/mheard.h b/netax25/mheard.h
index 7e7875f..0e979a8 100644
--- a/netax25/mheard.h
+++ b/netax25/mheard.h
@@ -1,7 +1,7 @@
/* LIBAX25 - Library for AX.25 programs
* Copyright (C) 1997-1999 Jonathan Naylor, Tomi Manninen, Jean-Paul Roubelat
* and Alan Cox.
- *
+ *
* 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
@@ -50,7 +50,7 @@ struct mheard_struct {
#define MHEARD_TYPE_UI 10
#define MHEARD_TYPE_UNKNOWN 11
unsigned int type;
-
+
#define MHEARD_MODE_TEXT 0x0001
#define MHEARD_MODE_ARP 0x0002
#define MHEARD_MODE_IP_DG 0x0004
diff --git a/netax25/nrconfig.h b/netax25/nrconfig.h
index ffe7668..5b7953b 100644
--- a/netax25/nrconfig.h
+++ b/netax25/nrconfig.h
@@ -1,7 +1,7 @@
/* LIBAX25 - Library for AX.25 programs
* Copyright (C) 1997-1999 Jonathan Naylor, Tomi Manninen, Jean-Paul Roubelat
* and Alan Cox.
- *
+ *
* 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
diff --git a/netax25/procutils.h b/netax25/procutils.h
index 25b31e8..c3726ee 100644
--- a/netax25/procutils.h
+++ b/netax25/procutils.h
@@ -1,7 +1,7 @@
/* LIBAX25 - Library for AX.25 programs
* Copyright (C) 1997-1999 Jonathan Naylor, Tomi Manninen, Jean-Paul Roubelat
* and Alan Cox.
- *
+ *
* 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
@@ -160,7 +160,7 @@ extern void free_proc_ax25_route(struct proc_ax25_route *rp);
extern struct proc_nr *read_proc_nr(void);
extern void free_proc_nr(struct proc_nr *);
-
+
extern struct proc_nr_neigh *read_proc_nr_neigh(void);
extern void free_proc_nr_neigh(struct proc_nr_neigh *np);
diff --git a/netax25/rsconfig.h b/netax25/rsconfig.h
index cff212c..f388bfd 100644
--- a/netax25/rsconfig.h
+++ b/netax25/rsconfig.h
@@ -1,7 +1,7 @@
/* LIBAX25 - Library for AX.25 programs
* Copyright (C) 1997-1999 Jonathan Naylor, Tomi Manninen, Jean-Paul Roubelat
* and Alan Cox.
- *
+ *
* 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
diff --git a/netax25/ttyutils.h b/netax25/ttyutils.h
index d16996a..172de9a 100644
--- a/netax25/ttyutils.h
+++ b/netax25/ttyutils.h
@@ -1,7 +1,7 @@
/* LIBAX25 - Library for AX.25 programs
* Copyright (C) 1997-1999 Jonathan Naylor, Tomi Manninen, Jean-Paul Roubelat
* and Alan Cox.
- *
+ *
* 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
@@ -21,7 +21,7 @@
/*
* Generic serial port handling functions.
*/
-
+
#ifndef _TTYUTILS_H
#define _TTYUTILS_H