diff options
Diffstat (limited to 'patch.proto')
| -rw-r--r-- | patch.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patch.proto b/patch.proto index bc4ad95..f4311ed 100644 --- a/patch.proto +++ b/patch.proto @@ -66,4 +66,5 @@ message Patches { // `autogenpb:marshal` string version = 2; // `autogenpb:version:v2.0.0` repeated Patch patches = 3; string Error = 4; // when passing these around, if there is an error, store it here + string Filename = 5; // allows autogenpb Save() } |
