Created
March 26, 2009 11:13
-
-
Save heipei/86013 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 1e4b4214a4bf8671ba8fcfaa7f58e96110da313d Mon Sep 17 00:00:00 2001 | |
From: Johannes Gilger <heipei@hackvalue.de> | |
Date: Sun, 22 Feb 2009 10:34:51 +0100 | |
Subject: [PATCH] some sourcecode | |
--- | |
sourcecode.h | 9 +++++++++ | |
textfile | 1 - | |
2 files changed, 9 insertions(+), 1 deletions(-) | |
create mode 100644 sourcecode.h | |
diff --git a/sourcecode.h b/sourcecode.h | |
new file mode 100644 | |
index 0000000..f969e23 | |
--- /dev/null | |
+++ b/sourcecode.h | |
@@ -0,0 +1,9 @@ | |
+struct sm_http_request { | |
+ bool use_proxy; | |
+ char * proxy_host; | |
+ char * proxy_user; | |
+ | |
+ bool getimage; | |
+ bool parse_css; | |
+ bool save_content; | |
+} | |
diff --git a/textfile b/textfile | |
index b300c17..60a0821 100644 | |
--- a/textfile | |
+++ b/textfile | |
@@ -1,4 +1,3 @@ | |
-This is the first line of the new file | |
A line in between | |
And this is the second one! | |
The third line... | |
-- | |
1.6.1.1.g764e+GitX |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment