Remove extra lines

This commit is contained in:
Olof hagsand 2024-12-05 17:35:05 +01:00
parent 3332dfef20
commit 69eaf98913
72 changed files with 1 additions and 98 deletions

View file

@ -35,7 +35,6 @@
*/
#ifndef _BACKEND_SOCKET_H_
#define _BACKEND_SOCKET_H_

View file

@ -113,7 +113,6 @@ running |--------+------------> RUNNING
parse validate OK / commit
startup -------+--+-------+------------+
INVALID (requires manual edit of candidate)
failsafe ----------------------+
reset \ commit

View file

@ -35,7 +35,6 @@
*/
#ifndef _BACKEND_STARTUP_H_
#define _BACKEND_STARTUP_H_

View file

@ -60,4 +60,3 @@ extern "C" {
#ifdef __cplusplus
} /* extern "C" */
#endif

View file

@ -35,7 +35,6 @@
*/
#ifndef _CLIXON_BACKEND_COMMIT_H_
#define _CLIXON_BACKEND_COMMIT_H_

View file

@ -234,4 +234,3 @@ backend_client_print(clixon_handle h,
}
return 0;
}

View file

@ -65,7 +65,6 @@ int transaction_print(FILE *f, transaction_data th);
int transaction_dbg(clixon_handle h, int dbglevel, transaction_data th, const char *msg);
int transaction_log(clixon_handle h, transaction_data th, int level, const char *op);
/* Pagination callbacks
* @see pagination_data_t internal structure
*/