From: Geoff Levand Date: Tue, 13 Jan 2009 01:28:53 +0000 (-0800) Subject: Use enum type in pb_protocol_create_message X-Git-Tag: v1.0.0~934 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=baf330c1024cc324c631594ab1a56f30d240b9fa;hp=baf330c1024cc324c631594ab1a56f30d240b9fa;p=petitboot Use enum type in pb_protocol_create_message To better illustrate the usage of pb_protocol_create_message(), change the type of the arg action from int to enum pb_protocol_action. Signed-off-by: Geoff Levand Signed-off-by: Jeremy Kerr ---