mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-13 11:41:15 +02:00
Fix header problem with revoke remote wipe messages
This commit is contained in:
@@ -7,4 +7,6 @@ public interface MessageParser {
|
||||
void parseSetupMessage(BdfList body) throws FormatException;
|
||||
|
||||
void parseWipeMessage(BdfList body) throws FormatException;
|
||||
|
||||
void parseRevokeMessage(BdfList body) throws FormatException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user