mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
add newline to lockprocs_prototypes.h
gcc was unhappy about the lack of trailing newline. add one. Change-Id: Ie9c93bd9ed8c923ea8069fe49e7f5ddb20c28f80 Reviewed-on: http://gerrit.openafs.org/898 Tested-by: Derrick Brashear <shadow@dementia.org> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
3cb49f57a3
commit
61ba8e5a88
@ -15,4 +15,4 @@ extern void Lp_QAdd(struct qHead *ahead, struct aqueue *elem);
|
||||
extern int Lp_QScan(struct qHead *ahead, afs_int32 id, int *success, struct aqueue **elem);
|
||||
extern void Lp_QEnumerate(struct qHead *ahead, int *success, struct aqueue *elem);
|
||||
extern void Lp_QTraverse(struct qHead *ahead);
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user