summaryrefslogtreecommitdiffstats
path: root/spice/error_codes.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-01-29 16:00:10 +0100
committerAlexander Larsson <alexl@redhat.com>2010-02-04 16:47:14 +0100
commit49fccfefc8f2cbf3444d71b77c0e3fcc935c020e (patch)
tree93f0ac51514a2cf63599323a1642c1b82ad36714 /spice/error_codes.h
parent430b3b036d2f943d130cae6ebeceb844d1795820 (diff)
downloadspice-protocol-49fccfefc8f2cbf3444d71b77c0e3fcc935c020e.tar.gz
spice-protocol-49fccfefc8f2cbf3444d71b77c0e3fcc935c020e.tar.xz
spice-protocol-49fccfefc8f2cbf3444d71b77c0e3fcc935c020e.zip
Clean up and standardize header guards
Diffstat (limited to 'spice/error_codes.h')
-rw-r--r--spice/error_codes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/spice/error_codes.h b/spice/error_codes.h
index bff53dd..9fcfe3f 100644
--- a/spice/error_codes.h
+++ b/spice/error_codes.h
@@ -28,8 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef RED_ERROR_CODES_H
-#define RED_ERROR_CODES_H
+#ifndef _H_SPICE_ERROR_CODES
+#define _H_SPICE_ERROR_CODES
#define SPICEC_ERROR_CODE_SUCCESS 0
#define SPICEC_ERROR_CODE_ERROR 1
@@ -47,5 +47,5 @@
#define SPICEC_ERROR_CODE_INVALID_ARG 13
#define SPICEC_ERROR_CODE_CMD_LINE_ERROR 14
-#endif
+#endif /* _H_SPICE_ERROR_CODES */