diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-06-13 14:03:31 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-06-13 14:03:31 +0000 |
commit | 1c83e6ab900706a4d5d7dad631cae2305fa39f11 (patch) | |
tree | 824d1ac356737842d3ab692efa04d66faf04a9df /utils/MTP/beastpatcher/beastpatcher.h | |
parent | ef4e8b2d81ac298844acf9f0f8b43b1e3145a939 (diff) | |
download | rockbox-1c83e6ab900706a4d5d7dad631cae2305fa39f11.tar.gz rockbox-1c83e6ab900706a4d5d7dad631cae2305fa39f11.zip |
Refactor sendfirm functionality in beastpatcher and do some code police.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21271 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/MTP/beastpatcher/beastpatcher.h')
-rw-r--r-- | utils/MTP/beastpatcher/beastpatcher.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/utils/MTP/beastpatcher/beastpatcher.h b/utils/MTP/beastpatcher/beastpatcher.h index c73ae910be..d5a4eb0dce 100644 --- a/utils/MTP/beastpatcher/beastpatcher.h +++ b/utils/MTP/beastpatcher/beastpatcher.h @@ -10,19 +10,19 @@ * * Copyright (c) 2009, Dave Chapman * All rights reserved. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: - * + * * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * + * * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following * disclaimer in the documentation and/or other materials provided * with the distribution. - * + * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR @@ -41,5 +41,6 @@ #define BEASTPATCHER_H int beastpatcher(void); +int sendfirm(const char* filename); #endif |