]> git.sur5r.net Git - cc65/blobdiff - src/common/segnames.h
Fixed LinuxDoc Tools issues in some verbatim blocks in the Atari document.
[cc65] / src / common / segnames.h
index 4b20839b7aadd9f43fcd2c7a9eecd285824faa94..0d57d6ac3ba428071cc3bd1aede89385bf7f44b2 100644 (file)
@@ -39,7 +39,7 @@
 
 
 /*****************************************************************************/
-/*                                          Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
 
 
 /*****************************************************************************/
-/*                                          Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
 
-/* End of segnames.h */
+int ValidSegName (const char* Name);
+/* Return true if the given segment name is valid, return false otherwise */
 
-#endif
 
 
+/* End of segnames.h */
 
+#endif