Welcome to mirror list, hosted at ThFree Co, Russian Federation.

callbacks2.proto « tests - github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a55e15afb95a811b6d7df4aac905e40d289c8b8 (plain)
1
2
3
4
5
6
7
8
9
// Test if including generated header file for this file + implicit include of
// callbacks.pb.h still compiles. Used with test_compiles.c.
import "callbacks.proto";

message Callback2Message {
    required TestMessage tstmsg = 1;
    required SubMessage submsg = 2;
}