]> Shamusworld >> Repos - rmac/blobdiff - mark.h
Fix a small buglet in the last patch. :-)
[rmac] / mark.h
diff --git a/mark.h b/mark.h
index 2d81f4dce7c81259af157898a29f9801b2818fce..e185c2489297fffdb91520d9431fbef1372f9e77 100644 (file)
--- a/mark.h
+++ b/mark.h
@@ -1,7 +1,7 @@
 //
 // RMAC - Reboot's Macro Assembler for all Atari computers
 // MARK.H - A record of things that are defined relative to any of the sections
-// Copyright (C) 199x Landon Dyer, 2011-2019 Reboot and Friends
+// Copyright (C) 199x Landon Dyer, 2011-2020 Reboot and Friends
 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
 // Source utilised with the kind permission of Landon Dyer
 //
@@ -52,6 +52,7 @@ uint32_t AllocateMark(void);
 uint32_t MarkImage(register uint8_t * mp, uint32_t siz, uint32_t tsize, int okflag);
 uint32_t MarkBSDImage(uint8_t *, uint32_t, uint32_t, int);
 uint32_t CreateELFRelocationRecord(uint8_t *, uint8_t *, uint16_t section);
+uint32_t MarkABSImage(uint8_t * mp, uint32_t siz, uint32_t tsize, int reqseg);
 
 #endif // __MARK_H__