Remove extra lines
This commit is contained in:
parent
3332dfef20
commit
69eaf98913
72 changed files with 1 additions and 98 deletions
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _BACKEND_SOCKET_H_
|
||||
#define _BACKEND_SOCKET_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -113,7 +113,6 @@ running |--------+------------> RUNNING
|
|||
parse validate OK / commit
|
||||
startup -------+--+-------+------------+
|
||||
|
||||
|
||||
INVALID (requires manual edit of candidate)
|
||||
failsafe ----------------------+
|
||||
reset \ commit
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _BACKEND_STARTUP_H_
|
||||
#define _BACKEND_STARTUP_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -60,4 +60,3 @@ extern "C" {
|
|||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _CLIXON_BACKEND_COMMIT_H_
|
||||
#define _CLIXON_BACKEND_COMMIT_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -234,4 +234,3 @@ backend_client_print(clixon_handle h,
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue