Structures renamed according to style guide.

Structures renamed according to style guide and forward declaration
moved from header (where they are not needed) to implementation.
This commit is contained in:
Johan Wikman
2015-10-21 13:28:04 +03:00
parent f47b6324a1
commit ba23fc6fa2
2 changed files with 16 additions and 15 deletions

View File

@ -25,11 +25,6 @@
#define STRERROR_BUFLEN 512
#endif
typedef struct filewriter_st filewriter_t;
typedef struct logfile_st logfile_t;
typedef struct fnames_conf_st fnames_conf_t;
typedef struct logmanager_st logmanager_t;
typedef enum
{
BB_READY = 0x00,