- Reindented everything, so the layout is up to date again.
This commit is contained in:
@@ -7,11 +7,12 @@
|
||||
#include "system.h"
|
||||
|
||||
/* STATUS symbols */
|
||||
enum statussymbols {
|
||||
S_UNK, // UNKnown : unprocessed.
|
||||
S_OKE, // OKE : done, but required for the attack.
|
||||
S_RED, // REDundant : is not needed for attack, we're sure.
|
||||
S_TOD // TODo : The previous suggestion REQ was too similar to RED. This is reserved for reads.
|
||||
enum statussymbols
|
||||
{
|
||||
S_UNK, // UNKnown : unprocessed.
|
||||
S_OKE, // OKE : done, but required for the attack.
|
||||
S_RED, // REDundant : is not needed for attack, we're sure.
|
||||
S_TOD // TODo : The previous suggestion REQ was too similar to RED. This is reserved for reads.
|
||||
};
|
||||
|
||||
|
||||
@@ -19,10 +20,10 @@ enum statussymbols {
|
||||
* tracebuf struct is defined in system.h to avoid loops.
|
||||
*/
|
||||
|
||||
int tracebufRebuildKnow(struct tracebuf *tb);
|
||||
struct tracebuf* tracebufInit (void);
|
||||
int tracebufRebuildKnow (struct tracebuf *tb);
|
||||
struct tracebuf *tracebufInit (void);
|
||||
void tracebufDone (struct tracebuf *tb);
|
||||
struct tracebuf* tracebufSet (const System sys, int length, int claimev);
|
||||
struct tracebuf *tracebufSet (const System sys, int length, int claimev);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user