aboutsummaryrefslogtreecommitdiff
path: root/daemon/LocalCapture.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/LocalCapture.h')
-rw-r--r--daemon/LocalCapture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/LocalCapture.h b/daemon/LocalCapture.h
index 4f5f818..ca37f6e 100644
--- a/daemon/LocalCapture.h
+++ b/daemon/LocalCapture.h
@@ -15,13 +15,13 @@ class LocalCapture {
public:
LocalCapture();
~LocalCapture();
- void write(char *string);
+ void write(char* string);
void copyImages(ImageLinkList* ptr);
void createAPCDirectory(char* target_path, char* name);
private:
char* createUniqueDirectory(const char* path, const char* ending, char* title);
void replaceAll(char* target, const char* find, const char* replace, unsigned int size);
- int removeDirAndAllContents(char *path);
+ int removeDirAndAllContents(char* path);
};
#endif //__LOCAL_CAPTURE_H__