diff options
| author | Dean Camera <dean@fourwalledcubicle.com> | 2010-04-18 12:10:30 +0000 |
|---|---|---|
| committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-04-18 12:10:30 +0000 |
| commit | fc8e4837a936bb1b4bd19bdd54660878b3efe02c (patch) | |
| tree | bc0cdb4c4a2e151f0aac4eb92a63f8d229bb82ff /Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h | |
| parent | 55db57e1ede3c44a3b027cb442fa12e969b37f4b (diff) | |
| download | lufa-fc8e4837a936bb1b4bd19bdd54660878b3efe02c.tar.gz lufa-fc8e4837a936bb1b4bd19bdd54660878b3efe02c.tar.bz2 lufa-fc8e4837a936bb1b4bd19bdd54660878b3efe02c.zip | |
Add const keyword to the demo function parameters where possible.
Diffstat (limited to 'Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h')
| -rw-r--r-- | Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h b/Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h index b34567f68..47c15fb88 100644 --- a/Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h +++ b/Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h @@ -116,7 +116,7 @@ #define XML_END_TAG "</body>"
/* Function Prototypes: */
- bool SideShow_AddSimpleContent(SideShow_PacketHeader_t* PacketHeader, SideShow_Application_t* Application);
+ bool SideShow_AddSimpleContent(SideShow_PacketHeader_t* const PacketHeader, SideShow_Application_t* const Application);
#if defined(INCLUDE_FROM_SIDESHOWCONTENT_C)
static void SideShow_ProcessXMLContent(void* ContentData, uint32_t ContentSize);
|
