mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-02 10:56:22 +00:00
Whitespace formatting
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
//#include "ui/window.h"
|
|
||||||
#define BUFF_SIZE 1000
|
#define BUFF_SIZE 1000
|
||||||
|
|
||||||
typedef struct prof_buff_entry_t {
|
typedef struct prof_buff_entry_t {
|
||||||
@@ -21,7 +20,6 @@ typedef struct prof_buff_t {
|
|||||||
int current;
|
int current;
|
||||||
} ProfBuff;
|
} ProfBuff;
|
||||||
|
|
||||||
|
|
||||||
ProfBuff* buffer_create();
|
ProfBuff* buffer_create();
|
||||||
void buffer_free(ProfBuff* buffer);
|
void buffer_free(ProfBuff* buffer);
|
||||||
void buffer_push(ProfBuff* buffer, const char show_char, const char * const date_fmt, int flags, int attrs, const char * const from, const char * const message);
|
void buffer_push(ProfBuff* buffer, const char show_char, const char * const date_fmt, int flags, int attrs, const char * const from, const char * const message);
|
||||||
|
|||||||
Reference in New Issue
Block a user