summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_oc_msg_spec.h
blob: b6500a6ee3744810fcfd7a60a5ec2a84b9c3b200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * @file align_oc_msg_spec.h
 *
 * @author  Guy Maurel
 * split from align.cpp
 * @author  Ben Gardner
 * @license GPL v2+
 */

#ifndef ALIGN_OC_MSG_SPEC_H_INCLUDED
#define ALIGN_OC_MSG_SPEC_H_INCLUDED

#include "uncrustify_types.h"

//! Aligns all function prototypes in the file.
void align_oc_msg_spec(size_t span);

#endif /* ALIGN_OC_MSG_SPEC_H_INCLUDED */